点击或拖拽改变大小

Globals.Put 方法

X#
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
查看代码

参数

cVarName
类型:String
Name of the global to assign
uValue
类型:__Usual
New value

返回值

类型:Boolean
TRUE 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.,
参见