home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CDRom / PET-CDW2.DMS / in.adf / rexx / ToggleLace.ced < prev    next >
Encoding:
Text File  |  1993-07-07  |  433 b   |  20 lines

  1. /*
  2. ** ToggleLace.ced
  3. **
  4. ** $VER: ToggleLace.ced 1.0.1 (07.07.93)
  5. **
  6. ** This script simply toggles the state of the screen from interlaced
  7. ** to none interlaced, or vice versa.  As of CygnusEd V3.5 the
  8. ** 'interlace' command is only accessible from ARexx.
  9. **
  10. ** This script requires CygnusEd Professional v3.5 (or later) to run.
  11. **
  12. ** Copyright © 1993 ASDG, Incorporated  All Rights Reserved
  13. */
  14.  
  15. ADDRESS 'rexx_ced'
  16.  
  17. INTERLACE
  18.  
  19. EXIT 0
  20.