SYMNAME(


General Form:

     SYMNAME(numeric_expression)


The SYMNAME( function is used to return the name corresponding to a symbol index obtained with the SYM( function. SYMNAME( is valid wherever an alpha expression is valid although it is generally only used while debugging programs.

Syntax example:

VariableName$ = SYMNAME(Number)

See also:

SYM(