Inhaltsverzeichnis

Logical values / boolean Values

In eBiss 3 the mapping functions Get… Variable (e. g. GetTradingPartnerLocationVariable) return a logical value, true or false if the variable is a boolean variable. In eBiss 2 the string' True' or' False' was returned.

Note

Each string that is not empty is true, i. e.:

Compatibility to eBiss 2

To avoid errors in eBiss 2 and to keep the mapping compatible with eBiss 2, compare the result of these mapping functions (Get… variable) with the logical expressions true () or false () instead of the character strings' True' or' False'.