AMOSi:Varptr

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
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.