VSFlexString Control > VSFlexString Properties, Events, and Methods > VSFlexString Properties > TagLength Property |
Returns the length of the current tag, in characters.
val& = [form!]VSFlexString.TagLength([ TagIndex As Long ])
You can retrieve information about the current tag by reading the TagLength, TagStart, and TagString properties.
The optional parameter MatchIndex should be a number between zero and TagCount - 1. The default value is the current value of the TagIndex property.
Long