Hi,
..admin wrote: ...but for now your approach with tostring/tonumber is correct. How to do it in example above? As I see no all values should be converted tostring/tonumber, just values with digits. Can you explain a little more? I tried to test example above, and I have instead of digital values just zeros...
BR,
Alex
I added conversion for line 45:
grp.checkupdate(item[1], tonumber(tostring(vbind.value)))
but in such case I received all digital values, all strings = nil of course.. How automate this, not to write conversion separately to every line with digit values?
Alex
..admin wrote: ...but for now your approach with tostring/tonumber is correct. How to do it in example above? As I see no all values should be converted tostring/tonumber, just values with digits. Can you explain a little more? I tried to test example above, and I have instead of digital values just zeros...
BR,
Alex
I added conversion for line 45:
grp.checkupdate(item[1], tonumber(tostring(vbind.value)))
but in such case I received all digital values, all strings = nil of course.. How automate this, not to write conversion separately to every line with digit values?
Alex