|
-
Jun 4th, 2005, 12:16 PM
#1
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
Last edited by penagate; Jun 4th, 2005 at 12:26 PM.
-
Jun 4th, 2005, 12:24 PM
#2
Re: more vbcodes testing
Another line break after last word test
[vbcode]Private Function TestFunc(ByVal TestArg As Integer) As Long
TestFunc = TestArg * TestArg
End Function[/vbcode]
VB Code:
Private Function TestFunc(ByVal TestArg As Integer) As Long
TestFunc = TestArg * TestArg
End Function
Space after last word test
[vbcode]Public[/vbcode]
[vbcode]Private[/vbcode]
[vbcode]Public [/vbcode]
[vbcode]Private [/vbcode]
-
Jun 4th, 2005, 12:31 PM
#3
Lively Member
Re: Test: Colouring last word of VBcode
very interesting. but what does it matter?
-
Jun 4th, 2005, 12:34 PM
#4
Re: Test: Colouring last word of VBcode
It's a bug! All good programmers must fix bugs ...
That having been said, it doesn't really matter much at all, just cosmetic
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|