Having an issue with a loop.
X going from 1 to 500.
Should I be checking for something other than nil? I've tried
X going from 1 to 500.
mq.TLO.Me.Book(x) is reading correct data as long as there is a legitimate value and all other comparisons (including mq.TLO.Me.Book(x) ~= nil) using it in an if statement work. The moment it gets to the point where Me.Book[x] would return NULL in MQ, it is still passing that nil test and then throwing an error for trying to use it later in the conditional.Should I be checking for something other than nil? I've tried
mq.TLO.Me.Book(x) ~= "NULL" too and it still passes.


