点击或拖拽改变大小

MemVar.Putter 委托

X#
Delegate for writing memvars.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 DELEGATE USUAL Putter(
	name AS STRING,
	value AS USUAL
)

参数

name
类型:String
Name of the Memvar for which the value has to be retrieved
value
类型:__Usual
Value to assign to the memory variable

返回值

类型:__Usual
备注
When the variable does not exist then a new memory variable may be created.
参见