Posted 06 April 2014 - 05:42 AM
I wasn't sure where to post this, so it's here.
I was wondering if it was possible to remove an entry from a table
i.e. removing "entry1" and its value from the table.
I was wondering if it was possible to remove an entry from a table
myTable = {
["entry1"] = "one",
["entry2"] = "two",
}
i.e. removing "entry1" and its value from the table.