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...
Continue reading...