|
|
|
Control functions,
These function shows what the variable is or contain.
| IsEmpty(variable) |
Is the variable empty ? |
| IsArray(variable) |
Is the variable a arrey (table) |
| IsDate(variable) |
Is the value of the variable a date or time |
| IsNull(variable) |
Is the value of the variable Null |
| IsNumeric(variable) |
Is the value of the variable a number |
| IsObject(variable) |
Is the value of the variable an object |
TOP
|
|