Items - Finding
Exists Method
You can use this method to determine whether a particular key and its corresponding item exist in a Dictionary object
The Exists method makes it simpler and more efficient to search a Dictionary object than to search a Collection object.
?? Don't need to force/generate an error.
If (dicFSODictionary.Exists(key) = False) Then
End If
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext