get_named_variable_value

The get_named_variable_value function retrieves the value of a local variable, given an ID.

 

Syntax
FLOAT64 get_named_variable_value(
    ID  id
    );

 

Members
Parameters Description
id Specifies the ID of the variable.

Return Values

The function returns the value in a FLOAT64. 0 is returned if the variable ID is not found.

 

Remarks

N/A

 

See Also