Click or drag to resize

MemVar._Put Method

X#
Updates the value of a local, private or public (in that order). If the value does not exist than a new variable at the current level is created.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC METHOD _Put(
	cName AS STRING,
	uValue AS USUAL
) AS USUAL
Request Example View Source

Parameters

cName
Type: String
The name of the memory variable.
uValue
Type: Usual
The value to assign.

Return Value

Type: Usual
The value of the memory variable.
See Also