$bool = IsVariable
( "$variable" )
Searches for the given variable anywhere inside the script.
Parameters
<$variable>
The variable which is to be searched for
its existence.
Return
Value
Returns 1 if it exists, otherwise 0.
Example
$Status = IsVariable("$Acno")