AsmVar()

Last Modified: 10/16/2021

References an assembly variable.

Arguments

NameTypeRequiredDescription
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.