On Sun, 30 Sep 2001, Bradly J. Barton wrote:
> >   StrCopy(Src, "Demo string");
> >   StrCopy(Dst, Src+5);
> 
> Personally, I like to use:
> 
> StrCopy(Dst, &Src[5]);
> 
> But that's just a personal preference...

  nej :) pointers.. pointers... pointers :) one of the best things about C

// az
[EMAIL PROTECTED]
http://www.ardiri.com/


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

Reply via email to