GetArrayIndexValue | This returns the array variable at the specified index position. |
GetArrayLowerBound | This returns the lower bound if the variable is an array. Otherwise it returns zero. |
GetArrayUpperBound | This returns the upper bound if the variable is an array. Otherwise it returns zero. |
SetArrayIndexValue | This sets the array variable at the specified index position. |
CommandValue | This returns / sets the command value of the variable. |
DoubleValue | This returns / sets the double value of the variable. |
LongValue | This returns / sets the long value of the variable. |
PointValue | This returns / sets the point value of the variable. |
StringValue | This returns / sets the string value of the variable. |
VariableType | This returns / sets the current variable type. |