MemVar.Putter Delegate | |
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
)
public delegate Usual Putter(
string name,
Usual value
)
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:
UsualRemarks When the variable does not exist then a new memory variable may be created.
See Also