Previous: 4.66.2.29. LowerCase function To the Table of Contents Next: 4.66.2.31. StrAppend procedure
4.66.2.29. LowerCase function Table of Contents 4.66.2.31. StrAppend procedure

- 4.66.2.30. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.30. QuotedStr function


4.66.2.30. QuotedStr function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Returns the quoted version of a string.

Declaration:
function QuotedStr(const S: String): String;
Remarks:
A quote character (') will be inserted at the beginning and end of S, and each single quote character in the string is repeated.


Previous: 4.66.2.29. LowerCase function To the Table of Contents Next: 4.66.2.31. StrAppend procedure
4.66.2.29. LowerCase function Table of Contents 4.66.2.31. StrAppend procedure

- 4.66.2.30. -