VARPTR

Function

VARPTR returns the address of the specified variable.

Syntax

A = VARPTR(variable)

Examples

100 PRINT VARPTR(B)

This will display the address of variable ‘B’.

Remarks

VARPTR will only search RAM page R0.