ISDECLARED

Action

Returns a Boolean value indicating whether a variable has been declared.

 

Syntax

ISDECLARED (variable)

 

Parameter

Variable

Required. Name of the variable to check.

Returns

A boolean.

 

Example

If IsDeclared( $MyVar )

    ….

EndIf