[Stackoverflow] [Progress OpenEdge ABL] Progress newbie question: where are the error codes?

Status
Not open for further replies.
D

Dominique

Guest
I've just started programming in Progress, where I stumbled upon following compilation error (freely translated from Dutch to English):

-1 wrong. Non-negative constant needed. (3493)

This is caused by the following line of code:

Code:
skip (-1)

This obviously is correct: it makes no sense to enter a negative number of empty lines. What interests me is the error code 3493: the helpfile, added to the programming environment, does not have a complete list of them (at least, the search feature did not show any results for 3493), and also the first google result (knowledgebase.progress.com) seems not to give any useful information.

Where can I find a complete list of error codes (compilation and runtime errors), used in Progress programming language?

Continue reading...
 
Status
Not open for further replies.
Top