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
- Low Level API
- get_name_of_named_variable
- get_named_variable_typed_value
- set_named_variable_value
- set_named_variable_typed_value