Well, I use 2 spaces per indent-level in the code, but in comments, I use tabs.
The header section before each function is the biggest problem, but I also use a TAB (or more) between the code and the semicolon for inline comments. Keeps the comments far enough out of the code to remain visible.
< OPINION >
Fonts? code should be viewed in fixed-width fonts, period.
< /OPINION >
It doesn't matter what font you use to edit in, but for printing, fixed width fonts like courier or lucida console allow you to maintain spacings easily. Since the CODE tags presents its data in fixed width fonts, converting tabs to multiples of 8 spaces should be easy if a line character position is calculated. The MOD function would return the number of spaces to reach the next "tab stop".
Anyway, it's clear now what happened to my tabs.. what about the missing indent when I copied from the BBS and pasted into WordPad???
Glenn
[ 26. February 2003, 23:41: Message edited by: Glenn Barnas ]
_________________________
Actually I
am a Rocket Scientist!