|
I need to check if a dynamically assigned XML node exists. Example <cfloop index="i" from="1" to="#numItems#"> <cfscript> if
(isdefined(“objXML.properties.XmlChildren[i].handler”) { arguments.handler = objXML.properties.XmlChildren[i].handler.xmlText; } </cfscript> </cfloop> The above wont work in an isdefined due to the “I” counter making the
variable name invalid. Anybody know a way around this? You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ |
