KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzSetQuoteMark

The 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
);

Parameters

cQuoteMarkCode
   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

   None.

Remarks

   This function must be called after lzClearContext, but before lzSetContext. The setting may not be changed for a given context once lzSetContext has been called.

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

   Contexts


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy