B
Barry
I have an ordered list of strings ( in other words, an enumeration). Given a
string I want to find out:
a. is it in the list,
b. what is its position.
Is most languages I would populate an array with strings and apply some sort
of membership function. I have tried for hours now to determine if VBA has
such a function and have been unable to verify whether it does or not. So I
actually have two questions:
a. is it possible to do this, and
b. where is it documented>
Thanks in advance for your help.
string I want to find out:
a. is it in the list,
b. what is its position.
Is most languages I would populate an array with strings and apply some sort
of membership function. I have tried for hours now to determine if VBA has
such a function and have been unable to verify whether it does or not. So I
actually have two questions:
a. is it possible to do this, and
b. where is it documented>
Thanks in advance for your help.