AMOSi:Varptr

From Amiga Coding
Revision as of 18:47, 18 November 2007 by Spellcoder (talk | contribs) (fixed an spelling error)
(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 dramatically 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.