Click or drag to resize

Globals.Put Method

X#
Assign a value to a Global

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

Parameters

cVarName
Type: String
Name of the global to assign
uValue
Type: Usual
New value

Return Value

Type: Logic
TRUE when a global with the name exists, and the value was successfully assigned. FALSE when it does not exist or when there was an error assigning the value.,
See Also