I have recently upgraded from Powerbuilder 12.5 to PowerBuilder 2017. I know that the current line number (and column) is given at the bottom of the screen but can the line numbers be given next to each line?
Various Powerbuilder settings, looking on the net, and finding some useless answers.
IF X <> Y THEN
X = Y
END IF
I would rather see:
10 IF X <> Y THEN
20 X = Y
30 END IF
Thanks for your answers
What does "???" mean please ?