A
AlexS
I have a string variable 'Group' it could contain any number of say six alpha
characters (i.e. ajmprt, mjtr, rtm ...etc) I want to test whether the string
contains say 'm'
An expression such as
Dim Sample as String, Group as String
Sample = "m"
Group = "rjma"
If Group Like *Sample* then.....
does not work. I am a beginner and have struggled for a week can anyone point
me in the right direction?
AlexS
characters (i.e. ajmprt, mjtr, rtm ...etc) I want to test whether the string
contains say 'm'
An expression such as
Dim Sample as String, Group as String
Sample = "m"
Group = "rjma"
If Group Like *Sample* then.....
does not work. I am a beginner and have struggled for a week can anyone point
me in the right direction?
AlexS