v17 Possibly bug with the new Integer.Is
#1
Hey friends,

Bugs examples:

Integer.IsLess(ListItem.Rating,9.9) doesn't work when ListItem.Rating = 9.4
if i change the 9.9 to 10 it's working fine.

Integer.IsLess(ListItem.Rating,7.6) doesn't work when ListItem.Rating = 7.9
if i change the 7.6 to 6.9 it's working fine.
Reply
#2
It says "Integer", not "float". Wink
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#3
Thank you for your reply Phil.
On Jarvis it's worked fine with the IntegerIsGreatherThen, so what's the alternative on a Krypton if any?


Sent from my iPhone
Reply

Logout Mark Read Team Forum Stats Members Help
Possibly bug with the new Integer.Is0