Skip to end of banner
Go to start of banner

runnerLog

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Description

Puts the 'message' on the console of a runner gadget or sil manager. The use of it has no effect in other places besides for the dashboard item or sil manager.

Parameters

Return Type

None

The returned value has no meaning.

Examples

Returns: Hello John Smith. How are you today?

runnerLog("Hello " + userFullName(currentUsername()) + ". How are you today?");

Using HTML as output. Returns: This is a red text! (text will be red)

runnerLog("<font color='red'>This is a red text!</font>", true);

See also

Filter by label

There are no items with the selected labels at this time.

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels