<cfloop collection="#stPropertyDefs#" item="key">
        <cf_objectdump object="#stPropertyDefs[key]#">
</cfloop>

|-----Original Message-----
|From: Jeff Douglas [mailto:[EMAIL PROTECTED]]
|Sent: Friday, April 20, 2001 10:54 PM
|To: CF-Talk
|Subject: Structure with UUID for Key
|
|
|I have a structure that was originally created with Spectra 
|whose keys are
|UUIDs. Everytime I try to access the structure, I get an 
|"Invalid parser
|construct" error.
|
|Does anyone know of a way around this??
|
|In the code below, thisField is a UUID.
|
|  <CFLOOP INDEX="thisField" LIST="#StructKeyList(stPropertyDefs)#">
|       <CF_ObjectDump Object="#EVALUATE("stPropertyDefs." & 
|thisField)#">
|  </CFLOOP>
|
|Thanx
|Jeff
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to