The comparison constants are used by a number of functions (Filter, StrComp, Split, and Replace), as well as by the CompareMode property of the Dictionary object, to determine whether astring comparison should be case-sensitive or not:
Constant |
Value |
Description |
---|---|---|
vbBinaryCompare |
0 |
Binary (case-sensitive comparison) |
vbTextCompare |
1 |
Text (case-insensitive comparison) |
vbDatabaseCompare |
2 |
Database (unused in VBScript) |
Part I: The Basics
Introduction
Program Structure
Data Types and Variables
Error Handling and Debugging
VBScript with Active Server Pages
Programming Outlook Forms
Windows Script Host 5.6
VBScript with Internet Explorer
Windows Script Components
Part II: Reference
Part III: Appendixes
Appendix A. Language Elements by Category
Appendix B. VBScript Constants
Appendix C. Operators
Appendix E. The Script Encoder