home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / ARexx / CMD.DATA next >
Encoding:
Text File  |  1990-01-29  |  886 b   |  40 lines

  1. |listento|
  2. windowtitle `ListenTo "PortName"`
  3. printlf `Specifies the name of the "PortName" for
  4. printlf `receiving messages.
  5. printlf
  6. print `SEE ALSO: `
  7. subject `SpeakTo`SpeakTo`
  8. end
  9.  
  10. |speakto|
  11. windowtitle `SpeakTo "PortName"`
  12. printlf `Tells CanDo the name of the ARexx
  13. printlf `port to send messages to.
  14. printlf
  15. print `SEE ALSO: `
  16. subject `SendMessage`SendMessage`
  17. print ` & `
  18. subject `ListenTo`ListenTo`
  19. end
  20.  
  21. |sendmessage|
  22. windowtitle `SendMessage "MessageText"(,NORESULTS)`
  23. printlf `Sends the "MessageText" to the "PortName"
  24. print `specified by the `
  25. subject `SpeakTo`SpeakTo`
  26. printlf ` command.`
  27. printlf `If NORESULTS is not specified, then
  28. printlf `the variable MessageReturned will
  29. printlf `contain the returned message.`
  30. end
  31.  
  32. |insertmessageportlist|
  33. windowtitle `InsertMessagePortList`
  34. printlf `Types the list of all Public Message Ports
  35. printlf `into the current document.
  36. end
  37.  
  38.  
  39.  
  40.