Results 1 to 4 of 4

Thread: vBulletin Tool

Threaded View

  1. #1

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    Thumbs up

    Here's the first release of my vBulletin Tool which formats for you the [code] blocks like this:

    Original code:
    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
    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!

    Click here to download
    Last edited by Fox; Feb 12th, 2001 at 03:16 PM.

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