home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 216.lha / RexxArpLib_v2.1 / rexx / Reset_IBM.vlt < prev    next >
Encoding:
Text File  |  1996-02-15  |  91 b   |  7 lines

  1. /* this sends a reset */
  2.  
  3. string = "*X7 *N *R *R "
  4. string = '"'||string||'"'
  5.  
  6. SEND string 
  7.