Syntax Highlighting

Discussion in 'Announcements, Rules, and Information' started by expon, Jul 22, 2007.

  1. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
    You can now use bbCode Syntax Highlighting to highlight your code snippets - making them neater, easier to read, and easier to understand.

    Go to the Code Snippets forum to see what this looks like.

    -- To highlight your VB.NET code, use the following bbCode:#

    Code (vb.net):
    1.  
    2. ..your code here..
    3.  
    -- To highlight your VB6 code, use the following bbCode:

    Code (Visual Basic):
    1.  
    2. ..your code here..
    3.  
    -- To highlight your perl code, use the following bbCode:

    Code (Perl):
    1.  
    2. ..your code here..
    3.  

    -- To highlight your SCAR code, use the following bbCode:

    Code ( (Unknown Language)):
    1.  
    2. ..your code here..
    3.