A collection of user dictionaries.
Methods
UserDictionaryanyItem ()
Returns any UserDictionary in the collection.
number count ()
Displays the number of elements in the UserDictionary.
Array of UserDictionaryeveryItem ()
Returns every UserDictionary in the collection.
UserDictionaryfirstItem ()
Returns the first UserDictionary in the collection.
UserDictionaryitem (index:
any)
Returns the UserDictionary with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
UserDictionaryitemByName (name:
string)
Returns the UserDictionary with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of UserDictionaryitemByRange (from:
any, to:
any)
Returns the UserDictionaries within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | UserDictionary Long Integer String |
The UserDictionary, index, or name at the beginning of the range. Can accept: UserDictionary, Long Integer or String. |
| to | UserDictionary Long Integer String |
The UserDictionary, index, or name at the end of the range. Can accept: UserDictionary, Long Integer or String. |
UserDictionarylastItem ()
Returns the last UserDictionary in the collection.
UserDictionarymiddleItem ()
Returns the middle UserDictionary in the collection.
UserDictionarynextItem (obj:
UserDictionary)
Returns the UserDictionary whose index follows the specified UserDictionary in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | UserDictionary | The UserDictionary whose index comes before the desired UserDictionary. |
UserDictionarypreviousItem (obj:
UserDictionary)
Returns the UserDictionary with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | UserDictionary | The index of the UserDictionary that follows the desired UserDictionary. |
string toSource ()
Generates a string which, if executed, will return the UserDictionary.
Element of:
Application.userDictionaries