[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] if-sql-param question


suppressed wrote:

>Hello,
>
>I am using the following syntax and it is behaving oddly.  Upon further 
>research, I am not even sure that if-sql-param can be used in this way:
>
>[if-sql-param food eq 'steak']
>        [tmp myscratch]bad[/tmp]
>        hello<br>
>[/if-sql-param]
>
>The issue I am encountering is that sql-param food is not equal to 
>'steak', but myscratch is still being set to bad, however, "hello" is 
>never output.  This is just plain weird to me and usually when ITL acts 
>weird it is because I am doing something syntactically incorrect.
>
>If this syntax is incorrect, what is the optimal way to perform this
>comparison?
>
>  
>
I don't see if-PREFIX-param in the docs. You could probably use
something like:

 [if type=explicit compare="[sql-param food] =~ /steak/"]
    ...
[/if]

HTH,

JT
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.