GetDictIn()
Description
Description
This returns an input dictionary by its name.
This method is handy when you don't know the dictionary name at the time of writing the script. If you don't need such dynamic dictionary object retrieving, it's more convenient to access the dictionary by its name as a child object of the "this" object.
Syntax
Syntax
Function GetDictIn( dict_name )
Parameters:
Parameters:
string dict_name - dictionary name