Hi all,
I seem to have forgotten how to test if a query field has come up null - I tried this:
<cfif Not isNull("strName"
>
and got an error because isNull isnt recognized coldfusion - how would i write this and what is a good online resource to quickly look this stuff up (i tried searching "test for null" at cfhub but came up empty)
I seem to have forgotten how to test if a query field has come up null - I tried this:
<cfif Not isNull("strName"
and got an error because isNull isnt recognized coldfusion - how would i write this and what is a good online resource to quickly look this stuff up (i tried searching "test for null" at cfhub but came up empty)