home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / LOTUS / TUTDOC2.ARC / 4101.PRN next >
Encoding:
Text File  |  1985-02-26  |  1.6 KB  |  38 lines

  1.  
  2. COMMA.APP is a Symphony (TM) Add-In application that augments Symphony's
  3. standard File Import  capabilities.  It adds  the option "Comma"  to the
  4. normal choices of "Text" and "Structured" on the File Import menu.
  5.  
  6. COMMA imports structured ASCII files  onto a Symphony worksheet.  It has
  7. the same general functions as File-Import-Structured.  However, COMMA is
  8. often more  directly applicable  to importing  data records  than F-I-S,
  9. because of the following features:
  10.  
  11.      1. Input files can have lines longer than 240 characters.
  12.  
  13.      2. Commas which separate input fields are significant.  In
  14.         F-I-Structured, two or three commas between fields is
  15.         treated exactly the same as a single comma, but COMMA
  16.         obeys multiple commas as an indication to skip cells on
  17.         the worksheet.  This makes COMMA suitable for importing
  18.         data from many BASIC or disk filing programs.
  19.  
  20.      3. Unlike F-I-Structured, text does not have to be quoted
  21.         for COMMA to import it as label cells onto the worksheet.
  22.  
  23.      4. Input text can contain imbedded double-quote marks.
  24.  
  25.      5. Label cells can be right-aligned or centered if desired.
  26.  
  27.      6. Formulas can be entered, just as if they were typed in
  28.         SHEET mode.  In fact, COMMA can import any legal cell
  29.         contents; repeating labels, DOC format lines, etc.
  30.  
  31.      7. Cells can be formatted as they are being input.
  32.  
  33.      8. Column widths can be set appropriately for the input data.
  34.  
  35.      9. Cells can be entered in an order other than strict
  36.         left-to-right and top-to-bottom.
  37.  
  38.