Actually, CF doesn't have a concept of a NULL. What cfdump does is try to read a value from the data structure in question inside of a try/catch. If the read throws an exception then it considers it NULL.Yes, this is exactly what's happening. CF has a concept of NULL (otherwise how would cfdump spit out "undefined struct element"), it just likes to throw errors before allowing you to test for it.
-Matt
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]