Quote:
|
Originally Posted by George Giolfan
I only use statements like :
If Condition
Statement
End If The language reference states that the "Then" keyword is optional in this case. While having "Then" makes Visual Basic easier to understand, there is no actual need for it. I don't type it, but the code editor keeps inserting it.
|
In Visual Basic 6, it wud pop up a message box saying "Expected End of statement" ...
According to me, that's an improvement!