PDA

Click to See Complete Forum and Search --> : courier font in code


pardede
Apr 3rd, 2000, 09:38 PM
I want to suggest using the courier (fixed width) font in code sections of a message, this will make the code look more familiar as a code snippet, since the font in VB code panes is also mainly courier / fixed width.

John
Apr 4th, 2000, 12:42 AM
The code tag ([ code ] and [ /code ]) do use the courier font.

For example:


'This is a comment
If ThisIsCode Then
MsgBox "Hello - check out these 'quotes'!" ' Have a comment
End If
' And Another Comment


John