Example: lr.next_row
In the following example, the lr.next_row function advances to the next row in order to retrieve the next Stock Trader ID.
lr.message( "Connect to Stock Trader ID Number " + lr.eval_string("{ID}") );
lr.next_row("ID.dat");
lr.message( "Connect to Stock Trader ID Number " + lr.eval_string("{ID}") );
return 0;
}