I've built this variable called DLP. When I'm done doing what i need to do with the page, the variable looks something like this:
[['0','A'],['1','B'],['2','C'] ]
How can I turn this variable into a multi-dimension array so that when i go:
DLP[1][1]
it returns my result?