G
Guest
How do I check that a variable 'contains' something?
eg.
myVar = "myfile01203"
If myVar contains "myfile" then
'do something
End if
eg.
myVar = "myfile01203"
If myVar contains "myfile" then
'do something
End if