MemVar._Put Method | |
Updates the value of a local, private or public (in that order).
If the value does not exist than a new variable at the current level is created.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD _Put(
cName AS STRING,
uValue AS USUAL
) AS USUAL
public static Usual _Put(
string cName,
Usual uValue
)
Request Example
View SourceParameters
- cName
- Type: String
The name of the memory variable. - uValue
- Type: Usual
The value to assign.
Return Value
Type:
UsualThe value of the memory variable.
See Also