home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / bcdwg02.zip / dwgout.rxm < prev    next >
Text File  |  1997-12-04  |  155b  |  15 lines

  1. /*   */
  2.  
  3.    call RxFuncAdd 'dwgOutput', 'bcdwg', 'dwgOutput'
  4.  
  5.    call CadInput 'STRING', 'filename'
  6.  
  7.    call dwgOutput( filename.str)
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.