I am trying to get column 0 from A 2D array. In the below example,  (adapted from Autoit Example Script for _ArrayExtract) The first ArrayExtract works as expected and returns only column 1 | Start Column  = 1 End column = 1 The Second ArrayExtract returns data from all columns. | Start Column  = 0 End column = 0 The Third ArrayExtract works as expected and returns only Row 1 . | Start Row = 1 End Row = 1 The Fourth ArrayExtract returns data from all Rows. | Start Row = 0 End Row = 0