Difference between revisions of "AMOSi:Arexx$"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

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