Bucky
Well-known member
I found that when the true or false keyword appears at the end
of a line of C# code (with a semicolon after it), the keyword isnt
highlighted:
Also, the AddressOf operator is not highlighted in VB code tags:
of a line of C# code (with a semicolon after it), the keyword isnt
highlighted:
C#:
true
false
true;
false;
Also, the AddressOf operator is not highlighted in VB code tags:
Code:
AddressOf