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;
Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
