
7-6
Section
Details of BASIC Commands
227
varptr
Syntax:
VARPTR
(<variable>)
Description:
Function. Returns the memory address of a variable argument.
Remarks:
<variable name> must represent a valid variable in the BASIC program that has already had a
value assigned to it.
The address of the value field in the identifier table is returned.
If the variable is an array variable, the memory address where the leftmost bit of the memory block
address of the array is stored will be returned as decimal data.
Refer to Appendix D Formats for Storing Variables in Memory for details on variable storage
formats.
Examples:
> 10 A = 5
> 20 PRINT VARPTR(A)
> RUN
12321
See also:
Содержание C200H-ASC11
Страница 1: ...C200H ASC11 ASC21 ASC31 ASCII Units Operation Manual Revised June 2000...
Страница 2: ...iv...
Страница 4: ...vi...