Hyperlink$

combit List & Label Designer

combit List & Label

Hyperlink$

Purpose:

The function Hyperlink$ creates a hyperlink text that can be inserted using an export module. When available, the hyperlink will only be embedded if the third parameter returns a result of "True� (=default).

To optionally use a hyperlink only on a HTML page, you need to use the List & Label variable LL.OutputDevice:

Hyperlink$("combit","http://www.combit.net",LL.OutputDevice="HTML")

If an object text contains the string:

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

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

Parameter:

String             Text

String             Hyperlink

Boolean            (optional) Embedded

Return value:

String

Example:

Hyperlink$("combit","http://www.combit.net")