home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / util / conv / List2HTML.readme < prev   
Text File  |  2000-07-13  |  902b  |  34 lines

  1. Short:    Convert List to html Table V1.0
  2. Author:   stevet@redhotant.co.uk
  3. Uploader: stevet@redhotant.co.uk
  4. Version:  1.0
  5. Type:     util/conv
  6. Requires: MUI dev/gui/mui??usr.lha
  7.  
  8. -----------------------------------------------
  9. Given a list in an ascii text file this
  10. programme will convert it to an
  11. html file in the form of a table.
  12.  
  13. Acceptable list format is;
  14. [col 1 content][tab]......[col n content]return
  15. col x content = any ascii string
  16. tab = chr$(9)
  17. return = chr$(10)
  18.  
  19. acceptable lists include;
  20.  [tab][tab][text]return
  21. [text][tab][tab][text]return
  22. return
  23. [text]return
  24.  
  25. the number of columns given need
  26. not match the actual number of columns
  27. in the text file. Giving too large a number
  28. of columns will result in the last ones
  29. being empty. Too few and the later
  30. text will be ignored. A tab is taken as
  31. a column break. With or without text
  32. between it.
  33. -----------------------------------------------
  34.