I have defined the following:

Code:
static volatile char const *name_list[8][8] = {"Line 0  ", "Line 1  ", "Line 2  ", "Line 3  ", "Line 4  ", "Line 5  ", "Line 6  ", "Line 7", "Line 8  "};

My question is: how do I select a string from this array and in what kind of variable can I store the selected string?