Skip to main content
Solved

Odd behavior iteration over records

  • October 15, 2020
  • 1 reply
  • 24 views

I’m getting a weird behavior when iterating over Records, it looks like the code is skipping items.
I’m thinking it is either my code or a cache bug. here is an example

Best answer by Kamille_Parks11

Is it possible there are trailing or leading spaces for either value? “123” will not equal " 123" or "123 "

1 reply

Kamille_Parks11
Forum|alt.badge.img+27
  • Brainy
  • 2679 replies
  • Answer
  • October 15, 2020

Is it possible there are trailing or leading spaces for either value? “123” will not equal " 123" or "123 "