MemVar.PublicPut Method | |
Update a public variable. Does NOT create a new public when there is no variable with that name.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD PublicPut(
cName AS STRING,
uValue AS USUAL
) AS LOGIC
public static bool PublicPut(
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:
LogicSee Also