Results 1 to 2 of 2

Thread: courier font in code

  1. #1

    Thread Starter
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232
    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.

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593
    The code tag ([ code ] and [ /code ]) do use the courier font.

    For example:

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width