When writing an array to a file, I get this error in the console..
C:\Program Files\AutoIt3\Include\File.au3 (272) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:
$s_Temp &= $s_Delim & $a_Array[$x][$y]
$s_Temp &= $s_Delim & ^ ERROR
->16:23:42 AutoIT3.exe ended.rc:1
>Exit code: 1 Time: 5.344
Here is the code.
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <EditConstants.