[progress Communities] [progress Openedge Abl] Forum Post: Re: If Not Available(tablex) Or...

  • Thread starter Thread starter GregHiggins
  • Start date Start date
Status
Not open for further replies.
G

GregHiggins

Guest
Let's observe that the AVM evaluates expression clauses from LEFT to RIGHT, not the other way around. The original snippet was NOT AVAILABLE(tableX) OR tableX.FieldY = "somevalue" I would have written this as AVAILABLE(tableX) AND tableX.FieldY = "somevalue", but the original syntax is fine for the coders purpose.

Continue reading...
 
Status
Not open for further replies.
Back
Top