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