The information in this article applies to:
SYMPTOMSWhen trying to add or retrieve an element of a Collection using the Key property, the Key value is not case-sensitive. This is inconsistent with Collections elsewhere in Visual Basic. RESOLUTIONIf you need a Collection with a case-sensitive key, use the Dictionary Object. The Dictionary is quite similar to a Collection, but offers expanded functionality. For additional information, please see the following article in the Microsoft Knowledge Base: Q187234 Use the Dictionary Object with Visual Basic STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior:
Additional query words: kbDSupport kbDSD kbvba kbVBp400 kbVBp500 kbNoKeyWord
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |