home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 332.lha / IPC_nov89 / IPC_Demo / .text < prev    next >
Text File  |  1990-01-09  |  602b  |  12 lines

  1. This demo couples a hopefully useful server with a totally useless client...
  2. "FormatServer" accepts numeric and string data plus formatting specifiers
  3. in a message and generates a formatted string.  "FormatClient" sends it
  4. some trivial data for formatting.
  5.  
  6. Type return in the "Command" (client) window: Formatserver shows the message.
  7. Precede the return with "f" to get the string back to the Client output.
  8. Precede the return with "m" to get the string back via the reply message.
  9.  
  10. To understand WHY it wants to do these things, see the documentation...
  11. To exit the demo, type cntrl-\ (End-of-file).
  12.