If in checking for number in array in range not working

I think I figured it out, the numbers in the data file weren’t wrapped in double quotes, while the numbers in the $the_features array were wrapped in quotes making them strings?

[[features]]
  number = 10
  .....

So wrapping the numbers with quotes in the data file solved this. Any followups with more details on in and eq and what they match would be great.

Thanks

1 Like