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

See Also



The following comparison constants can be used anywhere in your code in place of actual values:
Constant Value Description
vbBinaryCompare 0 Perform a binary comparison.
vbTextCompare 1 Perform a textual comparison.
vbDatabaseCompare 2 Perform a comparison based upon information contained in the database where the comparison is to be performed.


© 1997 Microsoft Corporation. All rights reserved.