[Stackoverflow] [Progress OpenEdge ABL] Progress 4GL display to a variable

Status
Not open for further replies.
F

FusRoDa

Guest
I'm working with a codebase that has multiple display statements. So that all of the outputs line up, the various column numbers are also typed multiple times.

I would like to just use a variable for the column instead of searching for the line and then updating the column width. Something like:

def var i as int init 10.
disp "FOO" to i
"BAR" to i + 5.

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