| ELZED | Documentation | The Details | API |
| lzSetQuoteMarkThe lzSetQuoteMark function determines whether single or double quote marks are used to set off a character string. Elzed uses double quote marks by default. void lzSetQuoteMark( | char cQuoteMarkCode | | // character code for the quote mark |
);
ParameterscQuoteMarkCode | | The code character must be one of the following values:
Code |
Constant |
Meaning |
'1'
|
kQuoteSingle |
Single quote marks are used. |
'2'
|
kQuoteDouble |
Double quote marks are used. |
While passing the code character itself will work, passing the constant is a better idea long term. Note that passing a single or double quote mark (or any other character, for that matter) to the function will not work. |
Return Value
Remarks
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzSetQuoteMark active in Elzed 2.5.0 (107: 2.5.0) |
See Also |
| |