Lingo Dictionary > G-K > hyperlinks |
![]() ![]() ![]() |
hyperlinks
Syntax
chunkExpression
.hyperlinks
Description
Text cast member property; returns a linear list containing all the hyperlink ranges for the specified chunk of a text cast member. Each range is given as a linear list with two elements, one for the starting character of the link and one for the ending character.
Example
This statement returns all the links for the text cast member Glossary to the message window:
put member("Glossary").hyperlinks -- [[3, 8], [10, 16], [41, 54]]
![]() ![]() ![]() |