- 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.
- 4.66.2.30. -