first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

The Like Operator

The Like operator is case sensitive when Option Compare Database is used (in my locale). This of course means that if strTest = "foo" then

(strTest Like "fo*") = True

and

(strTest Like "Fo*") = False
mod date: 1998-10-29T21:16:25.000Z