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. |
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.
|
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
|