Use the for each selected line loop action statement to specify a loop through all of the selected lines of a list box dialog control. The action statements specified in the loop will be executed as many times as there are selected lines within the list box. Whilst this loop construction is essential to access selected lines in a multi-selection list box, it also provides a convenient method of accessing the selected line in a single selection list box.