Hello,
I am new to ColdFusion so forgive the question, but
I need to know how I can use CFIF to find out if a value
is less than or greater than a specified one?
Example that won't work for me:
<cfif #recordcount# < "50">
Do something here
</cfif>
It seems if I use anything other than (EQ NEQ) it
just error's out on me.
Can you tell me what I am doing wrong?
Thanks.
[sig][/sig]
I am new to ColdFusion so forgive the question, but
I need to know how I can use CFIF to find out if a value
is less than or greater than a specified one?
Example that won't work for me:
<cfif #recordcount# < "50">
Do something here
</cfif>
It seems if I use anything other than (EQ NEQ) it
just error's out on me.
Can you tell me what I am doing wrong?
Thanks.
[sig][/sig]