At 12:45 7/30/2004 -0400, you wrote:
>Hmm.
>
><CFIF (GetMerch.pimage NEQ "" AND attributes.showimage NEQ "NO" ) OR
>(GetMerch.pimage EQ "" AND attributes.showimage NEQ "NO")>
>     Display PImage
></CFIF>
>
>I just..this just looks too convoluted. What would be a better way to write
>this?
>It's like..hovering on the periphery of my cognitive processes but I can't
>quite
>focus...
>
>Anyone? Anyone? Bueller? ^_^
>
>-Gel
>

<cfif attributes.showimage>
         Dsiplay PImage
</cfif>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to