AMOSi:Command Line$

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

is a reserved variable used to transfer parameter strings between several AMOS programs. It's often used in conjunction with the RUN file$ command to chain several programs together. Alternatively, if your program is called as an Editor Accessory, COMMAND LINE$ will be loaded with the AMOS instruction underneath the Edit cursor.


Command Line$="information"