SetRuntimeDouble()

Syntax

SetRuntimeDouble(Object$, Value)
Description
Changes the double value of the runtime object.

Parameters

Object$ Name of the object to set the value to. The following objects are supported:
- Variable: the object name is 'VariableName' (case insensitive).

When setting public module items, the module prefix name is mandatory, even if UseModule is used.
Value The new double value to set.

Return value

None.

See Also

GetRuntimeDouble(), IsRuntime()

Supported OS

All

<- IsRuntime() - Runtime Index - SetRuntimeInteger() ->