home *** CD-ROM | disk | FTP | other *** search
- /*
- * Custom.ifx.pre
- * As the user to enter a command, and execute that
- * command while processing.
- *
- * by Steve Tibbett
- */
-
- Options Results
-
- Default=GetClip("ImpCustomCommand"arg(1));
- if (Default="") then Default="Oval 100 100 50 50"
-
- RequestString '"Enter an ImageFX command:"' '"'Default'"'
- if (RC~=0) then return 10
-
- call SetClip("ImpCustomCommand"arg(1), Result);
-
-