SetRuntimeDouble()

语法

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

参数

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.

返回值

无.

参阅

GetRuntimeDouble(), IsRuntime()

已支持操作系统

所有

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