Words Object
Words Object
This object represents a set of words. It can be used in document separation and document indexing scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of elements in the set of words. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the word in the set. It must range from 0 to the value of the Count property minus 1. [out] Word - the word with the specified index. |
Provides access to a single word of the set. |
See also
26.03.2024 13:49:49