home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power GUI Programming with VisualAge C++
/
powergui.iso
/
trialva
/
ibmcppw
/
macros
/
lxu.lx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-02-22
|
243 b
|
8 lines
/* check for user's lxu file for this doc type; if found open it */
arg DOC
call RxFuncAdd 'SysSearchPath', 'RexxUtil', 'SysSearchPath'
fspec = SysSearchPath('LPATH', ''||DOC||'.lxu')
if (fspec <> '')
then 'lx ' || DOC || '.lxu'