|
| KiXtart 2001 Manual |
IsDeclared( )
| Action: | Indicates
whether of not a variable has been declared. |
| Syntax: | IsDeclared
(variable) |
| Parameters: |
Variable
|
| Returns: |
A
Boolean. |
| See Also: | Dim, ReDim, Global, VarType( ), VarTypeName( ) |
| Example: |
If IsDeclared( $MyVar ) |