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