'Declaration
Public Overloads Shared Function Exists( _ ByVal variableID As System.Integer _ ) As System.Boolean
'Usage
Dim variableID As System.Integer Dim value As System.Boolean value = Variable.Exists(variableID)
public static System.bool Exists( System.int variableID )
Parameters
- variableID
- Variable Name.
Return Value
True if the Variable exists.