Use ABL to simulate inputting double-byte characters
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To input a double-byte character using ABL, assemble
the character using the CHR function. This is the
syntax:
|
The following example creates and displays the double-byte character shown below:
It is from the KSC5601 code page, which supports Korean:
|
In the preceding example, the second line shifts the first value into the lead byte and adds the second value to the trail byte.
Note: The preceding example assumes the internal code
page (
-cpinternal) is set to KSC5601.