Conventions
From Real Software Documentation
Description
Property names in bold are read-only at runtime. This means that your code can read their values but cannot change their values.
Optional Parameters in syntax statements are surrounded by brackets- [ ].
Items in blue underline are hypertext links to other parts of the document.
In some cases, code that is irrelevant to the example is omitted for sake of clarity. Omitted code is indicated by bullets.
Code examples in the Language Reference are surrounded by a gray rectangle. You can drag any code example into your Code Editor and try it out. The code examples work as shown in the Language Reference with two exceptions: In a few cases, the Sub or Function declaration line is included in the code example because variables that are included in the example are declared in this line rather than via Dim statements within the method. When you drag such an example into your Code Editor, you must delete the (redundant) Sub or Function statement and be sure that the variables are declared in your own method's declaration line. Second, please keep in mind that code examples for Error Messages and Runtime Exceptions are designed to fail.
