Example: lr_next_row

In the following example, ID is a parameter defined in the Parameter list. The lr_next_row function advances to the next row in the ID.dat file.

lr_message( "Connect to Stock Trader ID Number %s",lr_eval_string("{ID}") );
lr_next_row("ID.dat");
lr_message( "Connect to Stock Trader ID Number %s", lr_eval_string("{ID}") );
Example: Output:
Connect to Stock Trader ID Number 2347
Connect to Stock Trader ID Number 2348