Various Constants
- Updated2024-09-12
- 1 minute(s) read
Constants > Various Constants
Various Constants
These constants are integrated in VBS and need not be defined before use. Use these constants anywhere in your script to represent the displayed values.
| Constant | Value | Description |
| vbBinaryCompare | 0 | Performs a binary comparison. |
| vbTextCompare | 1 | Performs a text comparison. |
| vbDatabaseCompare | 2 | Performs a comparison based on information from a database. |
| vbObjectError | -2147221504 | User-defined error number should be greater than this value. |