How can I return a null value when the function return type
is cfc
This topic has been closed for replies.
Correct answer Stressed_Simon
Unfortunately ColdFusion does not have nulls. Even if you
return nulls from the database it will make them into empty
strings. If you return nulls from Java you will get variable is
undefined errors.
Unfortunately ColdFusion does not have nulls. Even if you
return nulls from the database it will make them into empty
strings. If you return nulls from Java you will get variable is
undefined errors.