#Why does value check predicate not seem to work with a minimum or maximum of zero?

1 messages · Page 1 of 1 (latest)

trail mountain
#

I'm running a value check on storage and it seems when I have 0 as either a maximum or minimum value in a range the test will just pass regardless of the value I'm testing... why?

trail mountain
#

just realised I can just do one range, -45 to 45 not two so ignore that

#

but still curious about the zero thing

#

Huh but the range -45 to 45 still passes when testing against -60, what the heck, Does it not like to span over 0?

thorny girder
#

A path uses . and not :

#

Just like when you data get

trail mountain
#

Ahh dang, that makes sense. thought I was going crazy

#

thanks