I found this somewhere but don't under stand what it is and how i can make it be like a grid that stores data
Code: Select all
Arr := [[1],[2],[3]]
MsgBox % Arr.1.1 "`n" Arr.2.1 "`n" Arr.3.1
Code: Select all
Arr := [[1],[2],[3]]
MsgBox % Arr.1.1 "`n" Arr.2.1 "`n" Arr.3.1
Users browsing this forum: AHKStudent, Bing [Bot], Bootman, Google [Bot] and 36 guests