> Is there any way to do this w/o causing an error/exception if the 
> structure
> does not exist?

Did you mean the top level struct not existing?  You could do this:

<cfif isDefined("stWSSB_Tickler")>
    <cfif NOT StructKeyExists(stWSSB_Tickler,sku)>
      <cfset stWSSB_Tickler[sku] = structNew()>
    </cfif>
</cfif>

-- Josh


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282733
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to