home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / mpik.zip / FLTWKS.MP < prev    next >
Text File  |  1993-02-26  |  465b  |  24 lines

  1. ! fltwks.mp - convert a Flat (standard ASCII) file to a Lotus Worksheet file
  2. !
  3. ! Usage:
  4. !
  5. !    mpik'r @fltwks <flat-file> <wks-file>
  6. !
  7. ! Example: To convert report.flt to report.wks:
  8. !
  9. !    mpik'r @fltwks report.flt report.wks
  10. !
  11. In
  12.   Flt    ^1 0
  13.   Esc
  14. Pst    _left _top _right _bottom R
  15.  
  16. Cwidth    0 13 0            ! set all column widths to widest cell...
  17. Cwidth    0 13 1 R        ! then increment them by one
  18. Out
  19.   Wks    _left _top _right _bottom ^2
  20.   Esc
  21. Beep
  22. Xit
  23.  
  24.