This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

grp.getvalue() returned value
#4
This is more of a Lua language thing. As described in the manual:
Equality (==) first compares the type of its operands. If the types are different, then the result is false (https://www.lua.org/manual/5.1/manual.html#2.5.2)
This is what happens if you try to compare true or false to 1.
Reply


Messages In This Thread
grp.getvalue() returned value - by Kapudan - 31.08.2021, 11:29
RE: grp.getvalue() returned value - by admin - 31.08.2021, 11:30
RE: grp.getvalue() returned value - by admin - 31.08.2021, 11:50
RE: grp.getvalue() returned value - by admin - 31.08.2021, 12:17

Forum Jump: