VSFlexString Control > VSFlexString Properties, Events, and Methods > VSFlexString Properties > TagStart Property |
Returns the position of the current tag within the Text string, starting from zero.
val& = [form!]VSFlexString.TagStart([ 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