I working on a find routine for an application with four databases.  I have
it working on several fields in two of the databases but one database is
going to consist of records that are one long unbroken character string.
The users will want to search on text strings that do not begin on the token
boundaries in the records.  There are no token boundaries in the records.  I
can't find a routine that will search an unbroken character string so I'm
resigned to writing my own.  The problem is the text in strToFind appears to
be in another encoding scheme and I can't figure out how to get it into
ASCII.  I've tried several things but none work.  Does anyone know how to do
this or how to search an unbroken string with available functions?

regards,

Dave Mottorn



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to