Here's the first release of my vBulletin Tool which formats for you the [code] blocks like this:
Original code:
Code created by vBulletin tool:Code:private sub Test(iCount as long) dim A as long 'Sample loop for A = 0 to iCount 'Draw lines pset (0, a), rgb(255, 0, 0) if a > 20 then: exit sub next end sub
Make sure you don't miss this free open-source tool to make your posts look better!Code:Private Sub Test(iCount As long) Dim A As Long 'Sample loop For A = 0 to iCount 'Draw lines PSet (0, a), RGB(255, 0, 0) If a > 20 Then: Exit Sub Next End Sub
Click here to download




Reply With Quote