home *** CD-ROM | disk | FTP | other *** search
- /*
- ** ToggleLace.ced
- **
- ** $VER: ToggleLace.ced 1.0.1 (07.07.93)
- **
- ** This script simply toggles the state of the screen from interlaced
- ** to none interlaced, or vice versa. As of CygnusEd V3.5 the
- ** 'interlace' command is only accessible from ARexx.
- **
- ** This script requires CygnusEd Professional v3.5 (or later) to run.
- **
- ** Copyright © 1993 ASDG, Incorporated All Rights Reserved
- */
-
- ADDRESS 'rexx_ced'
-
- INTERLACE
-
- EXIT 0
-