AMOSi:Arexx$

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_Examples:Examples/H-8/Help_84.AMOS


After a message has been successfully received from an AREXX compatible program, you can read it's contents with the AREXX$ function.


message$=Arexx$(arg_number)

arg_number is the number of the argument you wish to read, ranging from 0 to 15. If it's not included, you'll get an empty string "".