Ben- Sure, if you create a 'data' type and enter information into that, for eg: Hit 'Apps' '6' '3' Create a variable called 'foo' Enter a bunch of data into it. Now you have a variable named 'foo', if you want to access the third list, all you do is foo[3] If you want the 3rd element of the third list you do: (foo[3])[3] That's all gluck nick