Hyperlink$

Purpose:

The function Hyperlink$ creates a hyperlink for the XHTML/CSS, Multi-Mime HTML and HTML export formats. Use the corresponding link property for other export formats.

If an object text contains the string:

<!--begin:hyperlink="Target"-->"Display text"<!--end:hyperlink-->

then a hyperlink will be automatically created in the exported target. The hyperlink function automatically creates a string with the correct syntax.

Parameter:

String          Text

String          Hyperlink

Boolean           (optional) True: Link will be embedded (default)

Return value:

String

Example:

Hyperlink$("combit","https://www.combit.com")