I have several scores that are within a table.
How would I combine them or add them up for a grand total?
My example below…
Thank you,
Tony
[code]
local level = {}
level[1]= {}
level[1].score=“200”
level[2]= {}
level[2].score=“300”
level[3]= {}
level[3].score=“400”
level[4]= {}
level[4].score=“1000”
[/code] [import]uid: 169633 topic_id: 31872 reply_id: 331872[/import]