Syntax
NextTab(Position)
Remarks
Returns the position of the next tab stop to the right of Position, in points, for the first paragraph of the selection.
Use the following list of conversions as an aid in converting from points to other measurements:
Example
This example uses NextTab() with TabType() to return a value corresponding to the alignment of the first tab stop in the selection:
firstTabType = TabType(NextTab(0))
See Also
FormatTabs, PrevTab(), TabLeader$(), TabType()