> > > How does one clear a single application variable?
> >
> > <cfset StructDelete(Application, "myvariable")>
>
> double quotes are necessary?

You could use single quotes if you like. The second argument of StructDelete
is a literal string, although you could store that string within a variable
and use that instead. If you wanted to delete the variable
Application.myvariable, you'd use either single or double quotes as above.

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]

Reply via email to