I found reference to TxtFindString in the Text Manager section of the online documentation. The documentation related to the International Features states: "If you want to use international functions on systems that don't have the international feature, you can link your application with PalmOSGlue.lib. The functions in this library are the same as those listed below except that they use the prefix "TxtGlue" instead of "Txt." For more information, see the chapter "PalmOSGlue Library" . " TxtGluePrepFindString looks like it is used to normalize the string to be searched for and should be called prior to TxtGlueFindString. I have written my own searching/parsing routine, but had hoped to use the text manager functions since they should take care of some of the localization/multibyte issues. Thanks, Kirk "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:22474@palm-dev-forum... > > > I am trying to implement TxtGluePrepFindString and TxtGlueFindString, with > > no luck. I have seen other messages where people claimed these functions > > were broken. > > looking at the "docs", and unfortunately, these functions are not > really documented that well - mainly cause they are "SystemOnly" > type functions. > > TxtGluePrepFindString() <-- system only > TxtGlueFindString() <-- cannot find a reference to it. > > what exactly are you trying to achieve, and is there a need to use > the "system" level functions? they are marked system only for a > reason, and there must be a way to do what you need using the real > API calls that are made available. > > cheers. > > // az > [EMAIL PROTECTED] > http://www.ardiri.com/ <--- free games! > +46 70 656 1143 > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
