| ELZED | Documentation | The Details | API |
| lzGetOutputBaseThe lzGetOutputBase function reports which number base will be used to represent numeric results in the current context. char lzGetOutputBase();
Parameters
Return Value | Returns a character code indicating the current number base used for numeric output. The code character will be one of the following values:
Code |
Constant
|
Meaning |
'B'
|
kBase2
|
Base 2 used for numeric output. |
'O'
|
kBase8
|
Base 8 used for numeric output. |
'D'
|
kBase10
|
Base 10 used for numeric output. |
'T'
|
kBase12
|
Base 12 used for numeric output. |
'H'
|
kBase16
|
Base 16 used for numeric output. |
|
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzGetOutputBase active in Elzed 2.5.0 (55: 2.5.0) |
See Also |
| |