home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
GFX
/
Converter
/
IMAFX26.lha
/
imagefx2
/
rexx
/
autofx
/
Custom.ifx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-30
|
258 b
|
15 lines
/*
* Custom.ifx
* Executes a user-entered command, specified in the
* ImpCustomCommand clip variable, set by the pre script.
*
* by Steve Tibbett
*/
Options Results
SeqNum=Word(Arg(1),4);
Command=GetClip("ImpCustomCommand"SeqNum);
Interpret Command