Question
Why is this set? is it like cfparam for components?
In the docs this line is used:
<cfset var empQuery="">
which seems to be creating a cfparam like variable in case the empQuery is not defined? Is that about right?
Why is this needed(is it even needed?)
Thanks
<cfset var empQuery="">
which seems to be creating a cfparam like variable in case the empQuery is not defined? Is that about right?
Why is this needed(is it even needed?)
Thanks
