Click or drag to resize

MemVar.PublicPut Method

X#
Update a public variable. Does NOT create a new public when there is no variable with that name.

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

Parameters

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

Return Value

Type: Logic
See Also