flash form validation
flash form validation
Out of context: Reply #6
- Started
- Last post
- 8 Responses
- _b_0
var num = 1;
if (typeof(num) == "number") {
trace(num + " is a number");
} else {
trace(num + " isn't a number");
}
var num = 1;
if (typeof(num) == "number") {
trace(num + " is a number");
} else {
trace(num + " isn't a number");
}