Can someone please help me with why this code is not adding a column to the array? I have used it in the past, but cannot seem to figure out what I am missing here.
$sINI = @ScriptDir & "\FileBackup.ini"
$iSource = IniReadSection($sINI, "Source"
Global $FileArray[1]
$FileArray[0]="0"
For $s = 1 To $iSource[0][0]
$iTypes = StringSplit($iSource[$s][1],",",0)
For $t = 1 To $iTypes[0]
$fArray = _FileListToArray_Recursive($iSource[$s][0], "", $iTypes[$t], "", 1, 2, True)
_ArrayConcatena