Lua - if statement with two conditions on the same variable?
snippet in lua
Lua - if statement with two conditions on the same variable?
user5344
myVariable = tonumber(myVariable)
if (100000 >= myVariable and myVariable >= 80000) then
display.remove(myImage)
end