Ever wanted to debug up to a 3d array? (can be modified to create window for any number of dimentions; was also thinking about adding links for array in arrays)   #include <ListviewConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <Array.au3> Local $aTest[3][2][3] = [[["aa1", "aa2", "aa3"],["ab1", "ab2", "ab3"]],[["ba1", "ba2", "ba3"],["bb1", "bb2", "bb3"]],[["ca1", "ca2", "ca3"],["cb1", "cb2", "cb3"]]] ;~ Local $aTest[2][3] =[["aa