RC-WinTrans Object Model Help |
Dictionaries.Remove
|
Removes the dictionary with the given index.
Syntax: |
Remove( Index As Variant ) |
| Parameters: |
Index The file name or the index number of the collection element. The index can be a numerical expression (a number from 1 to the value of the "Count" property) or a string.
|
| Example: | Dim Dicts As Dictionaries
Set Dicts = Application.Dictionaries
Call Dicts.Remove("C:\Dictionaries\Test.txt")
|
See also: