home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 339.lha / SerMod / Docs / CTRL.doc < prev    next >
Text File  |  1990-02-08  |  582b  |  20 lines

  1.  
  2. NAME:    CTRL
  3.  
  4. SYNTAX  CTRL <portname>
  5.  
  6. DESCRIPTION:
  7.  
  8.     Transfers control to another script or program. The portname is
  9.     case sensitive. This routes all non-data messages to the named port.
  10.     All matches on data received, for instance, will now be sent to the
  11.     named port.
  12.  
  13. EXAMPLES:
  14.  
  15.     run otherscript        /* another script that knows about sermod */
  16.     ...                    /* wait for its port to appear */
  17.     address 'ROBBS_ser'
  18.     CTRL 'otherportname'   /* transfer control to otherscript through its */
  19.                            /*   public message port */
  20.