> Subject: Is it possible to delete a local variable?
> 
> Umm, I guess the subject says it all.
> 
> I know the variable doesn't exist when the page has been 
> fully processed, but I want to bin it before then... and 
> I don't mean just set it to null... I mean delete it so 
> that IsDefined("var") returns 0.

No, I don't think you can delete local variables. You can only delete
variables if they're contained within a structure, using the StructDelete
function.

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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to