- 4.61.2.30 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsQuotedStr 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.
|
|
|
LowerCase function |
Table of Content |
StrAppend procedure |
- 4.61.2.30 -