void DictRemove(int dictionary, string key)
Deletes a key from a dictionary. If the specified key does not exist, it will raise an error. If the entry you're deleting is a reference to another dictionary, make sure to free that dictionary first to prevent memory leaks.
DictRemove(bob_dict, "name");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |