Easy Tutorial
❮ Prop Attributes File Prop Key ❯

English: # ASP CompareMode Property



The CompareMode property sets or returns the comparison mode for key comparisons in the Dictionary object.

Syntax

Parameter Description
compare Optional. Specifies the comparison mode. Can be one of the following values: 0 = vbBinaryCompare - Binary comparison <br>1 = vbTextCompare - Text comparison <br>2 = vbDatabaseCompare - Database comparison

Example


❮ Prop Attributes File Prop Key ❯