Keywords (Visual Basic Programming)
The following keywords are reserved, which means that you cannot use them as names for programming elements such as variables or procedures. You can bypass this restriction by enclosing the name in brackets ([ ]).
Note |
---|
We do not recommend that you use escaped names, because it can make your code hard to read, and it can lead to subtle errors that can be difficult to find. |
EndIf
| |||
GoSub
| |||
Variant
| |||
Wend
| |||
Note |
---|
EndIf , GoSub, Variant, and Wend are retained as reserved keywords, although they are no longer used in Visual Basic. The meaning of the Let keyword has changed. Let is now used in LINQ queries.
|
No comments:
Post a Comment