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:
Private Sub SillySub()
BlahVar = BlahFunc(BlahVar)
End Sub
[vbcode]Private Sub SillySub()
BlahVar = BlahFunc(BlahVar)
End Sub
[/vbcode]
VB Code:
Private Sub SillySub()
BlahVar = BlahFunc(BlahVar)
End Sub
Re: Test: Colouring last word of VBcode
very interesting. but what does it matter?
Re: Test: Colouring last word of VBcode
It's a bug! All good programmers must fix bugs :p...
That having been said, it doesn't really matter much at all, just cosmetic ;)