MaryAnneL
01-25-2007, 12:56 PM
Probably a silly question, but what is the preferred method to clear (reset) a variable once it's been defined?
Say I have a variable like this:
var strName:String = "MaryAnne";
and later on I need to reset the variable. Would I simply do this:
var strName = "";
or is there some kind of Flash function to do this?
Thanks!
Say I have a variable like this:
var strName:String = "MaryAnne";
and later on I need to reset the variable. Would I simply do this:
var strName = "";
or is there some kind of Flash function to do this?
Thanks!