Results 1 to 4 of 4

Thread: Test: Colouring last word of VBcode

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Arrow Test: Colouring last word of VBcode

    The last word needs a line break or space after it to make it coloured.

    [vbcode]Private Sub SillySub()
    BlahVar = BlahFunc(BlahVar)
    End Sub[/vbcode]
    VB Code:
    1. Private Sub SillySub()
    2.     BlahVar = BlahFunc(BlahVar)
    3. End Sub

    [vbcode]Private Sub SillySub()
    BlahVar = BlahFunc(BlahVar)
    End Sub
    [/vbcode]
    VB Code:
    1. Private Sub SillySub()
    2.     BlahVar = BlahFunc(BlahVar)
    3. End Sub
    Last edited by penagate; Jun 4th, 2005 at 12:26 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