AMOSi:Varptr

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

an example can be found on AMOSPro_Examples:Examples/H-5/Help_56.AMOS


Returns the address of an AMOS Basic VARiable in memory. Warning!


The address of string variable can change dramaticaly during the course of your programs. So only POKE values into an address you KNOW to be correct!


address=Varptr(variable)

See the AMOSPro User Guide for a complete explanation of this feature.