In article <[EMAIL PROTECTED]>, "Stefano" <[EMAIL PROTECTED]> wrote:
> Is there any function that replace the non-printable chars within then > string, so that 'Test\n' -> 'Test' ? Sounds like it's done all of the heavy lifting for you. Can't you just check the last character and decrement the draw count if it's something unexpected. Does it also return the last space? (I can't get at the docs right now to check...) c<=32 is probably what you want. -- Steven Fisher; [EMAIL PROTECTED] "Morituri Nolumus Mori." -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
