Get Named Double List Variable Min/Max

Retrieves the minimum and maximum values of a double list variable.

 

Input Arguments

 

0

String

Name

The name of the double list variable.

 

Return Arguments

 

1

Double

Minimum Value

Min value of the list variable.

2

Double

Maximum Value

Max value of the list variable.

 

Returned Status

 

SUCCESS

The min and max values were retreived successfully.

FAILURE

An invalid list variable name was provided.

 

Remarks

None.