Example: lr.output_message

In the following example, the lr.output_message function sends a message including an integer to the log files.

Dim ip as Integer
    Randomize
    ip = 1000 * Rnd
    lr.output_message "The IP address is " + Cstr(ip)
Example: Output:
The IP address is 739