Click or drag to resize

MemVar.Putter Delegate

X#
Delegate for writing memvars.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 DELEGATE USUAL Putter(
	name AS STRING,
	value AS USUAL
)

Parameters

name
Type: String
Name of the Memvar for which the value has to be retrieved
value
Type: Usual
Value to assign to the memory variable

Return Value

Type: Usual
Remarks
When the variable does not exist then a new memory variable may be created.
See Also