Quantcast
Channel: The Big IBM i Blog – Nick Litten [IBM i AS400 iSeries] Software Developer
Viewing all articles
Browse latest Browse all 504

Simple short expressions in RPG

$
0
0
Short expressions – simple math expressions (+ = …) : Is A=A+1 the same as A += 1 ? The short answer is YES If you are an old style RPG programmer, evolving into a modern RPG programmer you will frequently see this style of coding when looking at modern RPGLE code examples: $variable += […]

Viewing all articles
Browse latest Browse all 504

Trending Articles