AMOSi:Arexx$

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-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 "".