Difference between revisions of "AMOSi:Arexx"

From Amiga Coding
Jump to: navigation, search
 
(fixed to have correct content)
 
Line 1: Line 1:
#REDIRECT [[AMOSi:Arexx instructions]]
+
<i>an example can be found on AMOSPro_Examples:Examples/H-8/Help_84.AMOS</i>
 +
 
 +
 
 +
Performs  a GET MESSAGE command from the Amiga's operating system. Depending on the result, you'll get one of the following values.
 +
 
 +
* 0 = There's no message. Try again later.
 +
* 1 = A message has just arrived. But it doesn't need a response.
 +
* 2 = A message has been received. Please answer immediately with an appropriate return string.
 +
 
 +
 
 +
<code><pre>
 +
status=Arexx
 +
</pre></code>

Latest revision as of 18:24, 18 November 2007

an example can be found on AMOSPro_Examples:Examples/H-8/Help_84.AMOS


Performs a GET MESSAGE command from the Amiga's operating system. Depending on the result, you'll get one of the following values.

  • 0 = There's no message. Try again later.
  • 1 = A message has just arrived. But it doesn't need a response.
  • 2 = A message has been received. Please answer immediately with an appropriate return string.


status=Arexx