> is there any function or method that would allow me to 
> deallocate a variable after its been created and used?

There's no explicit way to deallocate variables; typically, you simply wait
for their scope to close. However, if the variable is part of a structure,
you can delete it from the structure, which should suffice. Many variables,
such as Session variables, are stored within structures.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to