GetDictIn()

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

Function GetDictIn( dict_name )

Parameters:

string dict_name - dictionary name

Return Values:

object - The input dictionary

See also

DictIn

GetInputFields()

TextConverter's Methods