phiber wrote: > I can't scape special characters with LIKE, even the help's example > PRINT "Gambas" LIKE "G[Aa]\*" doesn't work ("Bad character constant in > string"). Any suggestion? This is the kind of situation where perl-compatible regular expressions would be welcome. ;) http://www.pcre.org/