G
Guest
Hi
Is it possible to compare a vaule for a select case statement using a
wildcard.
e.g. somthing like
Select case myValue
case like "*ing"
end select
would evaluate as true for "singing", "raining", etc.
If it is possible what is the corerct sysntax (obviously I used the one
above and it didn't work).
Regards
Michael Bond
Is it possible to compare a vaule for a select case statement using a
wildcard.
e.g. somthing like
Select case myValue
case like "*ing"
end select
would evaluate as true for "singing", "raining", etc.
If it is possible what is the corerct sysntax (obviously I used the one
above and it didn't work).
Regards
Michael Bond