home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
TimeMachine
/
timemachine
/
rexx
/
TM_LayerScript.ifx
< prev
next >
Wrap
Text File
|
1999-08-08
|
304b
|
26 lines
/************
TM_LayerScript.ifx for Time Machine
************/
options results
activelayer
parse var result LayerNum
if rc ~=0 then LayerNum=0
RequestFile '"Choose script"' '"rexx"' '""' '"#?"'
if rc ~=0 then exit
Rexxscript=Result
call setclip('TM_Layer'LayerNum'Script',Rexxscript)
exit