|
Don't know if this will help but you could 'walk'
the structure and then decide
<cfset stParent =
application.page>
<cfset sFullkey = ""> <cfloop index="key" list="#url.page#" delimiters="."> <cfif structKeyExists(stParent, key)> <cfset stParent = stParent[key]> <cfset sFullkey = listAppend(sFullkey, key, ".")> <cfelse> <cfbreak> </cfif> </cfloop> but why not use isDefined() ??
Elliot
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 |
Title: Message
- [cfaussie] RE: structKeyExists Steve Onnis
- [cfaussie] RE: structKeyExists Taco Fleur
- [cfaussie] RE: structKeyExists Sean A Corfield
- [cfaussie] RE: structKeyExists Taco Fleur
- [cfaussie] RE: structKeyExists Sean A Corfield
- Elliot Russo
