Hi, folks!

I'm working on a device that has the International Feature Set present.
Now, when I call TxtFindString, the result code is always 0 and pos and
len contain arbitrary values. Even in the following cases:

TxtFindString("foobar", "foo", &pos, &len)
TxtFindString("foobar", "oba", &pos, &len)
TxtFindString("foo", "foo", &pos, &len)
TxtFindString("oba", "foobar", &pos, &len)

This is quite strange because the behaviour of this function is
advertised differently in the API documentation. What's going wrong here?

Matthias


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

Reply via email to