Variable prefixes in parameter listings and code examples have the following meanings.
| Prefix | Description |
|---|---|
| any | Any type |
| b | Boolean |
| int | Integer |
| nat | Natural number or nonnegative integer |
| obj | Object (Idispatch interface) |
| str | String |
Scripting examples are written in the Microsoft® Visual Basic® Scripting Edition (VBScript).
Methods written in Microsoft Jscript™ are case-sensitive. In general, you should use the same case as the syntax examples shown in this document.
Parameters in brackets (for example, [anyValue]) are optional.