Click or drag to resize

MemVarRelease Function

X#
Release a memory variable

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION MemVarRelease(
	symVar AS STRING
) AS VOID
Request Example View Source

Parameters

symVar
Type: String
The name of the variable you want to release.
Remarks
Tip Tip
Dynamic memory variables (PUBLIC, PRIVATE, PARAMETERS) are supported in the X# language and runtime for compatibility only.
In most cases the type can and should be replaced with lexically scoped variables, such as LOCALs and GLOBALs.
See Also