Objects
- Updated2024-09-12
- 1 minute(s) read
Objects
Objects
The VBS object provides access to all constants and methods of the VBS functionality. You do not need to specify this object in DIAdem SCRIPT.
The Err object enables access to the error object in VBS. You can generate a runtime error with this object and request information about an error.
The RegExp object provides support for simple, regular expressions in VBS. Use the RegExp object to define a text pattern that you can search for and/or replace in a character string.
The following section shows the structure of the VBS objects and how you can click to the objects: