Posted 04 April 2014 - 03:46 PM
I have a table created (ls = {}) with 100 spaces (ls[1] to ls[100]) with numbers inside and i want to obtain a number by adding up all the numbers without doing this: ls[1] + ls[2]…..
Thanks
Thanks
Edited on 04 April 2014 - 01:46 PM