Hi all, I'm stuck with my problem. Hopefully someone here can help.
I have a very simple table 'friends' with only one column 'link': create table friends (link text); Lets assume there are 2 rows, 'abc' and 'def'. Then there is a Tcl variable x containing a string. If $x starts with either abc or def (if $x starts with any value in the table) I want a TRUE value (or something comparable) otherwise a FALSE. How can I do that? Thanks for your time and help. Ulli _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

