home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / macros / lxu.lx < prev    next >
Encoding:
Text File  |  1996-02-22  |  243 b   |  8 lines

  1. /* check for user's lxu file for this doc type; if found open it */
  2. arg DOC
  3. call RxFuncAdd 'SysSearchPath', 'RexxUtil', 'SysSearchPath'
  4. fspec = SysSearchPath('LPATH', ''||DOC||'.lxu')
  5. if (fspec <> '') 
  6. then 'lx ' || DOC || '.lxu'    
  7.  
  8.