> Yeah i know CFMX cant create complex variables in client Scope.
>  
> but this variables are created without any warning or error
> throw by coldfusion Compiler.
>  
> <cfset client.contract.id = "foo"> is a valid client variable

Just because the compiler lets you do something, doesn't mean that it's
valid in all cases unfortunately.

> This behavior  create this kind of variables and then you
> cannot delete is not useful.
>  
> :-S
>  
> I have a lot variables like that. :-S any other suggestions?

You may be able to delete them using StructDelete:

<cfset StructDelete(Client, "contract.id")>

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to