TxtReplaceStr

2002-12-11 Thread Chris Apers
Does anyone know how TxtReplaceStr works ? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: TxtReplaceStr

2002-12-11 Thread ScottP
Chris, What did you want to know aside what is already in the Palm OS Reference document ..? Cheers, Scott "Chris Apers" <[EMAIL PROTECTED]> wrote in message news:104647@palm-dev-forum... > > Does anyone know how TxtReplaceStr works ? > > -- For information

Re: TxtReplaceStr

2002-12-12 Thread Chris Apers
I know but don't understand what is 'inParamNum' parameter - Original Message - From: "ScottP" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 11:57 PM Subject

Re: TxtReplaceStr

2002-12-12 Thread Keith Rollin
Doesn't the first sentence of the "Comments" section for that function explain it? In short, you use it like this: char buffer[20]; StrCopy (buffer, "Hello, ^1"); TxtReplaceStr (buffer, 20, "World!", 1); And buffer will end up with "Hello, World!&qu

Re: TxtReplaceStr

2002-12-12 Thread Chris Apers
Ok, i think it was a str by str replace function thanx - Original Message - From: "Keith Rollin" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 9:35 AM Subject: Re: TxtReplaceStr > Doesn't the

Re: TxtReplaceStr

2002-12-12 Thread Keith Rollin
At 9:38 AM +0100 12/12/02, Chris Apers wrote: Ok, i think it was a str by str replace function thanx - Original Message - From: "Keith Rollin" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 9:35 AM Subject