Globals.Put 方法 | |
Assign a value to a Global
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD Put(
cVarName AS STRING,
uValue AS USUAL
) AS LOGIC
public static bool Put(
string cVarName,
__Usual uValue
)
查看代码参数
- cVarName
- 类型:String
Name of the global to assign - uValue
- 类型:__Usual
New value
返回值
类型:
BooleanTRUE when a global with the name exists, and the value was successfully assigned. FALSE when it does not exist or when there was an error assigning the value.,
参见