GetTag
This method returns a tag of the taglist.
A tag contains information associated to a single character.
Syntax
GetTag (TagIndex as Long, CharIndex as Long, TagType as Long, TagValue as Variant)
| Parameter | Description |
|---|---|
| TagIndex | Index specifying the tag's index. |
| CharIndex | Index of the character described by the tag. |
| TagType | Type of the tag. |
| TagValue | The tag itself. |
