Previous: LowerCase function To the Table of Content Next: StrAppend procedure

- 4.61.2.30 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

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: LowerCase function To the Table of Content Next: StrAppend procedure
LowerCase function Table of Content StrAppend procedure

- 4.61.2.30 -