home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpmug / cpmug043.ark / WRITEVND.BAS < prev   
Encoding:
BASIC Source File  |  1985-02-10  |  1.0 KB  |  11 lines

  1. %NOLIST
  2.  
  3.     REMARK **********************************
  4.     REMARK * WRITE VENDOR FILE RECORD  12/78*
  5.     REMARK **********************************
  6.  
  7. 3250    PRINT #Y9,X0;W1$,D,Y(1),Y(2),P9,M$(2),M$(3),M$(4),M$(5)
  8.     RETURN
  9.  
  10. %LIST
  11.