is it possible to use a wildcard like this in a gambas statement? Something like this IF Instr(sString, "i*86") > 0 then DO THIS END IF I'm processing a line of text that may have that in it... trying to find out if it's possible and how to use wild cards in a statement like this Please help