1613.0 |
Compiler edit 831: relax limitations on XPUTARG @VAR to allow the same parameter number to be associated with multiple variables, provided that the VAR the XPUTARG @VAR statement is never associated with more than a single parameter #. For example: XGETARGS ONE,TWO,THREE XGETARG 2,DOS ! TWO and DOS now both associated with #2 ... XPUTARG @TWO ! Now allowed (e.g. 2,TWO); previously not |
|
|
|
(no additional changes for this version) |