Ewarwoowar
-
2024-02-10
- status: open --> pending
Conditioned EVAL statements spanning more than one line are not being convereted correctly.
*
C 63 Eval wkShort = (£DCASQL - £DCASQP) -
C (£DSNGQL - £DSNGQP)
C N63 Eval wkShort = £DQTYL = £DQTYP
*
Converts as this:
If *IN63 = *On;
wkShort = (£DCASQL - £DCASQP) -
EndIf;
// >>>>> Not converted: Conversion not currently supported.
C (£DSNGQL - £DSNGQP
If *IN63 = *Off;
wkShort = £DQTYL = £DQTYP;
EndIf;