GetRuntimeString()

语法

Result$ = GetRuntimeString(Object$)
概要
Returns the string value of the runtime object.

参数

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

When accessing public module items, the module prefix name is mandatory, even if UseModule is used.

返回值

Returns the string value of specified object, or an empty string if not found. As an empty string is a valid string value, IsRuntime() can be used to determine if the runtime object really exists.

参阅

SetRuntimeString(), IsRuntime()

已支持操作系统

所有

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