[thelist] CF: Deleting variables
Joshua OIson
joshua@alphashop.com
Thu Oct 5 23:42:30 2000
I know of one way to accomplish what you ask, it's sort of a hack:
Use a client scoping on the variable and use the DeleteClientVariable()
function to delete it as necessary. Since client is not always the scope
you want to use, this may not be the right answer, but it is an answer.
-joshua
----- Original Message -----
From: "Oliver Lineham" <oliver@lineham.co.nz>
> Simple CF question (I hope!). How do I delete/unset a variable?
>
> That is, if moo = "cow", how do I delete moo such that IsDefined("moo")
> will return false?
>
> Oliver.