Is there any "pre defined libraries" present in progress4GL?Like Math.h in C.
Asked
Active
Viewed 470 times
2 Answers
1
There are a number of useful libraries at oehive.org.
There are also some interesting things in $DLC/src. ".pl" files are "Progress Libraries", they contain collections of files that you can run so long as the .pl is in the PROPATH.
Comprehensive documentation of what can be found where is "weak".

Tom Bascom
- 13,405
- 2
- 27
- 33
-
Especially like the last line... so true. – Lieven Cardoen Jan 09 '13 at 12:54
0
You can link in an outside library, but outside of that - no. Support for all the language elements are already built-into the virtual machine that runs the ABL code.

Tim Kuehn
- 3,201
- 1
- 17
- 23