AMOSi:Shared

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


Called inside a procedure to allow you to access a variable from your main program.


Shared variable list.

You can also define your shared variables using STRINGS containing wildcards such as "*" or "?".


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


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


Shared "string"

Only string CONSTANTS can used for this purpose.