Skip to end of banner
Go to start of banner

Copy of 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

Version 1 Current »

Description

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

Parameters

Return Type

String

Return value has no meaning and should be ignored.

Examples

Example 1

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

Returns: Hello John Smith. How are you today?

Example 2

Using HTML as output.

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

This is a red text! (text will be red)

See also

  • No labels