How to clear and reset asp Application variables

Can anyone tell me if there is a clear and simple way to do this, pleez?!!

Set it equal to an empty string. I would recommend, however, that you also use a value as some kind of initialization value, such as the empty string.
-Dave

thank you :]