ABL unknown values
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The Unknown value (?) appears as a null value in Java.
For any ABL user-defined function that returns the Unknown value (?) as a
primitive Java data type, this raises an exception in the interface method that calls this
function. The client must compensate for this by catching the exception, as follows:
|