AMOSi:Global

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_Tutorial:Tutorials/Procedures_2.AMOS


Defines a list of GLOBAL variables that can be accessed from anywhere inside your AMOS Professional program.


Global variable list

You can also define your global variables using STRINGS which can contain the wildcards "*" or "?".


"*" means "Use any group of characters up to the next letter or number"


"?" means "Use any single character in the current position"


Global "string"

Only string constants can used for this purpose.