D. Kirker wrote:

P.S. How could I delete the character at the offset found with StrStr and
all the characters to the end of the string?


One simple way of doing this is to change the value of that character to 0 (zero). That will define that position as the end of the string. It hasn't actually deleted any other characters, but as far as the string functions are concerned, they don't exist. Bob.

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

Reply via email to