>Because "readtk.bas" was an ATTACHMENT,
instead of inline code, my ISP cut
>it off. What percentage of ISPs are that over-protective?
On Fri, 21 Jul 2006, Kevin Handy wrote:
Gaack! Let me know if you need a secondary means to
get it.
Thanks,
somebody already "inlined" it
I set it as an attachment, because I have had
problems
sending source code in-line.
Lines get re-wrapped, characters get "html"ized (spaces
replaced with #20;), things not html get displayed as
if they were (disappearing <>'s), lines get double spaced,
and many other bazaar things. And, after all that, it often
Try putting
REM <pre>
at the beginning, and
REM </pre>
at the end of your code.
The BASIC interpreter will ignore the contents of the REM lines,
and <pre> ("preformatted") tells html interpreters to leave the
content as is. (not all will cooperate)