This program was written using BlitzPlus Basic¹
Given a list in an ascii text file (*.txt) this programme will convert it to an html file in the form of a table.
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).
It is IMPORTANT to note that if you index the file you *MUST* have pre-sorted the file into alphabetic order and not have numbers in the first column of the list. Failure to do this will result in garbage in the output file.
STEVE TURNER
e-mail: stevet2@ntlworld.com
¹ Blitz Basic is a cross between a standard basic language and 'C'.
I strongly recommend anyone with programming experience to have a look at it.
BlitzPlus is copyright 2003 by Blitz Research Ltd and was developed by Mark Sibly.