set_named_variable_value

The set_named_variable_value function sets a local variable to a given value.

 

Syntax
void set_named_variable_value(
    ID  id,
    FLOAT64  value
    );

 

Members
Parameters Description
id Specifies the ID of the variable.
value Specifies the value the variable should be set to.

Return Values

This function does not return a value.

 

Remarks

N/A

 

See Also