Develop ABL source
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The first step in developing this example is to write the ABL procedure
GetCustName.p. The procedure requires an
INTEGER parameter as input and a CHARACTER parameter as
output. The code is as follows:
|
Save the .p file.