Example: lr_output_message

In this example, an Iteration Number type parameter called "iteration" was defined in VuGen. The lr_output_message function sends a message to LoadRunner Controller indicating the current iteration number.

lr_output_message( "We are on iteration #%s", lr_eval_string( "{iteration}" ) );