ValueType

Description:              This function returns the type of value passed to it.

Warning:                   This function should be used by advanced users only.

Returns:                    Numeric

Usage:                       Script or Steady State

Format:                      ValueType(Val)

Parameters:             Val     { varies }  { required }  { no default: }

                                                Any expression.

Comments:               This returns the type of the value passed in the parameter

Example:

type = ValueType(2.31);

The value of type will be 3.

See Also:

Cast