AT&T 6300 Programmer's Manual page 489

Gwbasic by microsoft
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

Syntax
variable
Remarks
VARPTR$
Function
Returns a character form of the memory
address of the variable.
v
ARPTR$ (variable)
is a variable existing in the program.
A value must be assigned to "variable" prior
to execution of VARPTR$. Otherwise, an
"Illegal function call" error results. Any type
of variable (numeric, string) may be used.
VARPTR$ returns a three-byte string in the
form:
byte 0
=
type
byte 1
=
low byte of address
byte 2
=
high byte of address
Note that type indicates the variable type:
2 integer
3 string
4 single-precision
8 double-precision
7-333

Advertisement

Table of Contents
loading

Table of Contents