Comparison Constants

Office VBScript

Microsoft® Visual Basic® Scripting Edition Comparison Constants  Language Reference 
Version 2 

See Also



Since these constants are built into VBScript, you don't have to define them before using them. Use them anywhere in your code to represent the values shown for each.

Constant Value Description
vbBinaryCompare 0 Perform a binary comparison.
vbTextCompare 1 Perform a textual comparison.