RC-WinTrans Object Model Help |
Dictionaries.Add
|
Adds a dictionary to the "Dictionary" collection.
Syntax: |
Add( Filename As String, Name As String, Type As String ) As Dictionary |
| Return: | Dictionary |
| Parameters: |
Filename File name of the dictionary. Name Name of the dictionary. Type Type of the dictionary. Known types in RC-WinTrans: "Text," "TMX," and "TRADOS Translation Memory."
|
| Example: | Dim Dicts As Dictionaries
Dim Dict As Dictionary
Set Dicts = Application.Dictionaries
Set Dict = Dicts.Add("C:\Dictionaries\TestDict.txt", "TextDict", "Text")
|
See also: