DOCUMENTATION HOME
COMMANDS
FUNCTIONS
DATA TYPES
SYSTEM IDENTIFIERS
AsmVar()
Last Modified: 10/16/2021
References an assembly variable.
Arguments
Name
Type
Required
Description
Var
Asm Variable
Yes
The assembly variable to utilize.
Example
Syntax: AsmVar(
<Var>)
a
=
AsmVar
(visiblex)
Print
a
Remarks
This will reference the assembly variable name. The return type will always be whatever the assignment variable is.