| ELZED | Documentation | The Details | API |
| lzGetQuoteMarkThe lzGetQuoteMark function reports whether single or double quote marks are used to set off a character string constant. char lzGetQuoteMark();
Parameters
Return Value | Returns a code character indicating the quote mark in use. The code character will be one of the following values:
Code |
Constant |
Meaning |
'1'
|
kQuoteSingle |
Single quote marks are used. |
'2'
|
kQuoteDouble |
Double quote marks are used. |
|
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzGetQuoteMark active in Elzed 2.5.0 (60: 2.5.0) |
See Also |
| |