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