Globals.Get Method | |
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
public static bool Get(
string cVarName,
out Usual uValue
)
Request Example
View SourceParameters
- cVarName
- Type: String
Name of the global to find - uValue
- Type: Usual
Value
Return Value
Type:
LogicTRUE when a global with the name exists, FALSE when it does not exist
See Also