MemVar.PrivatePut Method | |
Update a private variable. Does NOT add a new variable
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD PrivatePut(
name AS STRING,
uValue AS USUAL
) AS LOGIC
public static bool PrivatePut(
string name,
Usual uValue
)
Request Example
View SourceParameters
- name
- Type: String
- uValue
- Type: Usual
Return Value
Type:
LogicSee Also