The value of LIST1[1] is: 5678901
The value of LIST1[1][2] is: 7

COL1 COL2 COL3 
This1
5678901
a test1
01234567891
This2
5678902
a test2
01234567892
This3
5678903
a test3
01234567893
The value of Table[1] is:
This2
5678902
a test2
01234567892

The value of Table[1][2] is: a test2
The value of Table[1][2][3] is: e

LIST1 LIST2 LIST3 
This1
5678901
a test1
01234567891
This2
5678902
a test2
01234567892
This3
5678903
a test3
01234567893
The value of Table2[1] is:
This2
5678902
a test2
01234567892

The value of Table2[1][2] is: a test2
The value of Table2[1][2][3] is: e

COL1 
This1
5678901
a test1
01234567891
COL2 
This2
5678902
a test2
01234567892
COL3 
This3
5678903
a test3
01234567893
Table2 
LIST1 LIST2 LIST3 
This1
5678901
a test1
01234567891
This2
5678902
a test2
01234567892
This3
5678903
a test3
01234567893
The value of Table[3] is:
LIST1 LIST2 LIST3 
This1
5678901
a test1
01234567891
This2
5678902
a test2
01234567892
This3
5678903
a test3
01234567893

The value of Table[3][0] is:
This1
5678901
a test1
01234567891

The value of Table[3][0][0] is: This1
The value of Table[3][0][0][1] is: h