Menu

#75 Condition Eval statement spanning more than one line

1.0
pending
None
2024-02-15
2024-02-10
Ewarwoowar
No

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;

Discussion

  • Ewarwoowar

    Ewarwoowar - 2024-02-10
    • status: open --> pending
     
  • Ewarwoowar

    Ewarwoowar - 2024-02-15
    • assigned_to: Ewarwoowar
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.