Develop ABL source
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.