Add Double to Named Double List Variable

Adds a double to a double list variable.

 

Input Arguments

 

0

String

Name

The name of the double list variable.

1

Double

Double Value

The double to add to the double list variable.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The double value was added successfully.

FAILURE

An invalid list variable name was provided.

 

Remarks

None.