On Sun, 30 Sep 2001, Todd Cary wrote: > var > Dst: PChar; > Src: PChar; > begin > StrCopy(Src, 'Demo string'); > // So far so good > // Now, how do I copy "string" to Dst? > // I need a substring > // This does not work: StrCopy(Dst, Src + 5); > end;
kinda helps if you allocate the memory for the strings :) // 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/
