Click or drag to resize

Globals.Get Method

X#
Return the value of a Global

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

Parameters

cVarName
Type: String
Name of the global to find
uValue
Type: Usual
Value

Return Value

Type: Logic
TRUE when a global with the name exists, FALSE when it does not exist
See Also