what is NEQ?
hello:),
came across expression in page on how use cfdiv tag , wondering ment , doing?
here in contex used,
<cfoutput>
<cfif isdefined("url.inputtext") , url.inputtext neq "">
#url.inputtext#
<cfelse>
no input
</cfif>
</cfoutput>
i googled "coldfusion neq", , first, second , third results had answer you're after. third result cf docs (albeit ones cfmx v6.0).
so maybe tactic use finding stuff out in future. time around... here's relevant page of current docs:
which says, in short, this:
operator | description |
|---|---|
is equal eq | perform case-insensitive comparison of 2 values. return true if values identical. |
is not not equal neq | opposite of is. perform case-insensitive comparison of 2 values. return true if values not identical. |
hth.
--
adam
More discussions in Getting Started
adobe
Comments
Post a Comment