Info Variables
[Predefined Variables]


Variables

string LinkData
 Contains the data of a link clicked by the user in the info text window or the output window. If no link was clicked it contains the string None. See User Interactive Text for more details.

Detailed Description

Currently there exists only one variable (LinkData) which contains the data passed by a link that was clicked by a user. If the script is executed due to some other reason, then LinkData contains the string None. Links must have the following structure in order to generate a reexecution of the script in execution mode EM_LINK.

    clu://data/[the data]

When the user clicks on such a link, the variable LinkData contains the string [the data]. See User Interactive Text for more details.


Variable Documentation

string LinkData
 

Contains the data of a link clicked by the user in the info text window or the output window. If no link was clicked it contains the string None. See User Interactive Text for more details.

Since:
v2.1