ibec_QuotedStr

Returns the quoted version of a string.

Syntax

 function ibec_QuotedStr(S: string; Quote: Char): string;

Description

Use ibec_QuotedStr to convert the string S to a quoted string, using the provided quote character. A single quote character (') is inserted at the beginning and end of string S, and each single quote character in the string is doubled.

Note: When working with multi-byte character systems (MBCS), use ibec_AnsiQuotedStr instead.

Example

back to top of page
<< ibec_Concat | IBEBlock | ibec_StringReplace >>