I have a Microsoft.VisualBasic.Collection where they keys are
"123,A"
"123,B"
Is there a way to remove all keys where they begin with 123?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without looping, I doubt it. The .Remove() method only accepts a single key as an argument, nothing like a wildcard sort of thing.