#is it possible to use table.remove on a dictionary

1 messages · Page 1 of 1 (latest)

vocal pulsar
#

i

hallow wolf
#

Its not possible, if you want to remove an entry from a dictionary, set it to nil

#
-- Removes someKey from someDictionary
someDictionary["someKey"] = nil
rocky needle
#

And u think that dictionary is a table?

hallow wolf
#

tables contain a dictionary and an array part