Page History
7.3 ASSIGN
| Note |
|---|
| Note: Usage options |
The LANSA CHANGE command has been the means of assigning a value to one or more variables. In the vast majority of situations this is a cumbersome way of assigning values. RDMLX introduces the ASSIGN command that can be specified in a program without the command name.
...
We recommend you only use the CHANGE command when you need control over PRECISION and ROUND_UP options. Otherwise always use ASSIGN.
Also See
| Panel | ||
|---|---|---|
| ||
Optional ASSIGN ------- Variables (variable list) ---------------------> >-- Using (operator) ----------------------------> >-- Expression (assignment expression) ---------> |