Globals.Put Method | |
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
public static bool Put(
string cVarName,
Usual uValue
)
Request Example
View SourceParameters
- cVarName
- Type: String
Name of the global to assign - uValue
- Type: Usual
New value
Return Value
Type:
LogicTRUE 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