Previous: 4.66.2.30. QuotedStr function To the Table of Contents Next: 4.66.2.32. StrAppendC procedure
4.66.2.30. QuotedStr function Table of Contents 4.66.2.32. StrAppendC procedure

- 4.66.2.31. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.31. StrAppend procedure


4.66.2.31. StrAppend procedure

Targets: MS-DOS, OS/2, Win32


Strings Unit

Appends Src at the end of Dst.

Declaration:
procedure StrAppend(var Dst: String;
                     const Src: String);



Previous: 4.66.2.30. QuotedStr function To the Table of Contents Next: 4.66.2.32. StrAppendC procedure
4.66.2.30. QuotedStr function Table of Contents 4.66.2.32. StrAppendC procedure

- 4.66.2.31. -