Subj : Using basic HTML code in pascal pro
To   : Sean Dennis
From : Roelof Beverdam
Date : Sun Oct 02 2005 10:34 am

Hello Sean,

> That's not difficult at all, really.  Just create your HTML stuff as a text
> file... something like:
>
> Program HTMLCreate;
>
> Uses DOS, CRT;
[cut]

You usually would prefer NOT to include the CRT Unit into your program. It
results in code with direct screen access output, which is not redirectable to
the Com port.

Of course, unless the output file is statically generated (offline updated once
a day or so) fot later presentation to the user. But even then I would prefer
to have errors during a nightly event being saved into a logfile using
I/O-redirection instead of loosing them.

Cheers,
Roelof Beverdam

--- Dutchie V3.10.11
* Origin: The Beaver's Nest (2:280/5218)