Click or drag to resize

MemVar.Add Method

X#
Add a public memvar or a private memvar to the current level.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC METHOD Add(
	cName AS STRING,
	lPrivate AS LOGIC
) AS VOID
Request Example View Source

Parameters

cName
Type: String
The name of the memory variable
lPrivate
Type: Logic
Should the variable be created as private
See Also