Return to Snippet

Revision: 31960
at September 16, 2010 12:50 by Shurik76


Initial Code
if(myVar == "" || myVar == undefined){
//It has no value OR doesn't exist at all
...
} else {
...
}

Initial URL


Initial Description


Initial Title
Check if Variable Exists

Initial Tags


Initial Language
ActionScript