List to HTML © Steve Turner 2000


CLICK ME TO DOWNLOAD

This program was written using Blitz Basic¹ and MUI²

Given a list in an ascii text file 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).

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.
Blitz is a fast compiled language with low level access.

Blitz is copyright 1993 by Acid Software, a division of ArmstrongCommunications Limited New Zealand and was developed by Mark Sibly.

Home

----------====={+}=====----------
² MUI - MagicUserInterface
© Copyright 1992-97, Stefan Stuntz
----------====={+}=====----------

MUI is an object oriented system to create and maintain graphical user interfaces. From a programmers point of view, using MUI saves a lot of time and makes life much easier. Thinking about complicated terms like window resizing or font sensitivity is simply not necessary.

On the other hand, users of MUI based applications have the ability to customize nearly every pixel of a programs interface according to their personal taste.

MUI Web Site

----------====={+}=====----------