string DictGetString(int dictionary, string key)
Gets a string entry from a dictionary type. If the specified key does not exist, it will raise an error.
string name = DictGetString(bob_dict, "name");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |