Short:        Convert List to html Table V1.0
Author:       stevet@redhotant.co.uk
Uploader:     stevet redhotant co uk
Type:         util/conv
Version:      1.0
Requires:     MUI dev/gui/mui??usr.lha
Architecture: m68k-amigaos

-----------------------------------------------
Given a list in an ascii text file this
programme will convert it to an
html file in the form of a table.

Acceptable list format is;
[col 1 content][tab]......[col n content]return
col x content = any ascii string
tab = chr$(9)
return = chr$(10)

acceptable lists include;
 [tab][tab][text]return
[text][tab][tab][text]return
return
[text]return

the number of columns given need
not match the actual number of columns
in the text file. Giving too large a number
of columns will result in the last ones
being empty. Too few and the later
text will be ignored. A tab is taken as
a column break. With or without text
between it.
-----------------------------------------------