25.11.2019, 15:22
(25.11.2019, 15:12)admin Wrote: Do this, it will return an error if something is wrong:
Code:res, err = db:insert('visobjects', element)
log(res, err)
As for nil keys: setting table key to nil deletes the key, accessing non-existing keys return nil.
OK, this did it. In my table I had a line for PIN code, and apparantly that is no longer a coloumn in the Visobjects table. It did work on the old HW, but not the new one. Has this changed in a way?
I removed the line with PIN code as I am not using it anyway, so now the script works.
There are 10 kinds of people in the world; those who can read binary and those who don'tÂ