G
Guest
Is there a way to include Like in a Case?
Ie:
dim str as string
Select case str
(Case 1): If Str CONTAINS "blah"
end select
Its like writing If str like "*blah*" then... but with select case.
Ie:
dim str as string
Select case str
(Case 1): If Str CONTAINS "blah"
end select
Its like writing If str like "*blah*" then... but with select case.