<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Memory handling and pointers > GetAT |
Description
Returns the absolute memory address where the variable was dimensioned.
Syntax
ptr = GetAT(VariableName)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
VariableName |
Any |
No |
Name of the variable you want the absolute address. |
Remarks
Attention: this function will return a valid address only if the specified variable was DIMensioned using AT Address option.
Restrictions
See also
DIM, SetAT, STRPTR, VARPTR, POKE$, POKE, PEEK$, PEEK
Examples