home *** CD-ROM | disk | FTP | other *** search
- /*
- ** N3.adpro
- **
- ** $VER: N3.adpro 1.1.0 (26.10.93)
- **
- ** This ADPro/MorphPlus script will be launched if you press the
- ** numeric keypad's 3 key. It saves the current raw image data in
- ** either program to swap buffer 3 (assigned to the T: directory).
- **
- ** NOTE: This script MUST be located in your ADPROSCRIPTS: assigned directory.
- **
- ** This script requires ADPro v2.5.0 (or higher).
- **
- ** Copyright © 1992-1993 ASDG, Incorporated
- ** All Rights Reserved
- */
-
-
- ADDRESS "ADPro"
- OPTIONS RESULTS
-
-
- CALL "ADPROSCRIPTS:LoadSwapBuff.adpro" 3
-
- EXIT 0
-