Christopher Wright: > Just use two functions: find and contains. Or better, define a built in operator, you may call it "in" :-) 'e' in "hello" => true (The compiler may even cache the resulting position somewhere, so a successive find can be very fast). Bye, bearophile