[Progress Communities] [Progress OpenEdge ABL] Add ++/-- and +=/-= function

  • Thread starter Thread starter ajk
  • Start date Start date
Status
Not open for further replies.
A

ajk

Guest
It would be very useful to be able to increment integers by simply putting variable++, and to add to a variable by going variableA += variableB (which would assign variableA + variableB to variableA). Most other languages have this basic functionality so I think it should be built-in here too.

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