Skip to content

Commit 05c7539

Browse files
authored
Merge pull request #90 from KubaO/staging
Fix default KeyCompareMode.
2 parents a8bd4b7 + cc754cc commit 05c7539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Reference/Modules/Collection/KeyCompareMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The *compare* argument settings are:
2929
>
3030
> **KeyCompareMode** is a twinBASIC extension; the classic VBA **Collection** object always uses case-insensitive comparison and does not expose this property.
3131
32-
The default comparison mode is **vbBinaryCompare**. Changing the comparison mode rehashes the existing keys, so for large collections it is most efficient to set **KeyCompareMode** before adding items.
32+
The default comparison mode is **vbTextCompare**. Changing the comparison mode rehashes the existing keys, so for large collections it is most efficient to set **KeyCompareMode** before adding items.
3333

3434
### Example
3535

0 commit comments

Comments
 (0)