| ELZED | Documentation | The Details | API |
| lzGetBooleanTrueThe lzGetBooleanTrue function reports the value which will be used to represent boolean true in the current context. char lzGetBooleanTrue();
Parameters
Return Value | Returns a code character indicating the current value used to represent boolean true. The code character will be one of the following values:
Code
|
Constant
|
Meaning |
'C'
|
kTrueOne
|
0x01 represents boolean true |
'N'
|
kTrueNegOne
|
0xFF represents boolean true |
|
Versions | Introduced in Elzed 1.2.0 | | This page describes the version of lzGetBooleanTrue active in Elzed 2.5.0 (37: 2.5.0) |
|
| |