TagStart Property

Returns the position of the current tag within the Text string, starting from zero.

Syntax

val& = [form!]VSFlexString.TagStart([ TagIndex As Long ])

Remarks

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.

Data Type

Long

See Also

VSFlexString Control