GetNextHypertext()

Syntax:

textObject.GetNextHypertext( Link )

Return:

The hyperlink or a null value if there is no hyperlink in the specified Text object.

Parameter:

Link – the name of a Hypertext object returned from a previous GetFirstHypertext or GetNextHypertext statement.

Remarks:

This function gets the next hypertext link in a Text object. You must have used the GetFirstHypertext function before you can use this function.

Note:
All hyperlinks in a Text object are returned in the reverse order to that shown in the text box. In other words, the last hyperlink in the text box is the first hyperlink retrieved in the Return Value.

image\Script_Button.jpgExamples