Example: lr.eval

In the following example, lr.eval replaces the parameter row_cnt with its current value. This value is sent to the output window or log file using lr.output_message.

lr.output_message( lr.eval("The row count is: {row_cnt}"));