Answered
what is NEQ?
Hello:),
I came across this expression in a page on how to use cfdiv tag and was wondering what this ment and what is it doing?
Here it is in contex as it was used,
<cfoutput>
<cfif isdefined("url.InputText") AND url.InputText NEQ "">
#url.InputText#
<cfelse>
No input
</cfif>
</cfoutput>
