"Palm Dev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi > > is there any function in codewarrior used to reverse strings, something like: > Reverse("palm") = "mlap" > > or if anybody has a piece of code doing that. >
The usual function is strrev(). Check in the CW manuals. If not implemented, it is trivial to do with the only problem being how to return the reversed string (static buffer or dynamic). Ralph -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/