German C. Basisty wrote: > - How do I write in pascal a " ' " inside a " ' "? I mean, in C++ I > use " as string container, but in pascal I should use ', so, how do I do it?
Just use two single quotes like so:
Str := 'This is a string with a '' char in it';
Regards,
Andrew
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
