GetText()

To display the text used for the hyperlink in a Text object named Intro in a Debug window, use the following syntax:

var Link = Intro.GetFirstHypertext()
Debug.trace(Link.GetText())

Close