GetFirstHypertext()

Syntax:

textObject.GetFirstHypertext()

Return:

The hyperlink or a null value if there is no hyperlink or it is already the first hyperlink in the specified Text object. The hyperlink is a Hypertext object that can be used with the GetNextHypertext function or the GetText function.

Remarks:

This function gets the first hypertext link in a Text object.

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