In VBCode tags, if a comment spans mulitple lines (using _ to continue the comment), only the first line is coloured green.
There's a nice example in my post here:
http://www.vbforums.com/showthread.p...38#post1547138
Printable View
In VBCode tags, if a comment spans mulitple lines (using _ to continue the comment), only the first line is coloured green.
There's a nice example in my post here:
http://www.vbforums.com/showthread.p...38#post1547138
Another problem with comments :
VB Code:
If 1 = 2 Then 'It will never happen ' you see the problem?
The first part ('It will never happen ) isn't colored...
i think the problem is with using an InStrRev to look for ' characters :) (or whatever the equivalent is in php)
Maybe... Any luck?