home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
misc
/
dlerror
/
arexx
/
dle_func.ged
< prev
Wrap
Text File
|
1995-05-28
|
493b
|
23 lines
/* $VER: DLError.ged 1.0 (25.5.95) DOGUET Emmanuel
**
** Arexx script for link GoldED and DLError
**/
OPTIONS RESULTS
PARSE ARG Function
IF Function = '' THEN do
Say "I need a parameters: WindowToFront/S,WindowToBack/S,QUIT/S, CURRENT/S,FIRST/S,PREV/S,NEXT/S,LAST/S."
EXIT
END
IF ~show('p', 'DLERROR.01') THEN DO
'LOCK CURRENT'
'REQUEST TITLE="DLE_Func.ged" BODY="DLError port not found !"'
'UNLOCK'
EXIT
END
/* Envoi la fonction */
address 'DLERROR.01' Function