Example: lr.message

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

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