#is it possible to use table.remove on a dictionary
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
i
Its not possible, if you want to remove an entry from a dictionary, set it to nil
-- Removes someKey from someDictionary
someDictionary["someKey"] = nil
And u think that dictionary is a table?
tables contain a dictionary and an array part