Posted 30 September 2012 - 04:54 PM
I am making a program where i need tables, but at some parts i want to be able to change only one value of the table.
Example:
you create a table:
local var1 = {1, 2, 3, 4, 5}
now you want this table to change to this:
{1, 2, 7, 4, 5}
is there a simple way to do that?
Example:
you create a table:
local var1 = {1, 2, 3, 4, 5}
now you want this table to change to this:
{1, 2, 7, 4, 5}
is there a simple way to do that?