Skip to main content
Participant
October 2, 2007
Answered

CFFUNCTION reutrn null value

  • October 2, 2007
  • 1 reply
  • 431 views
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.

    1 reply

    Stressed_SimonCorrect answer
    Inspiring
    October 2, 2007
    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.