In attempting to debug a related issue, I added a _DisplayArray line to see what was being pulled into my array. If Not _FileReadToArray($FullNameArray[$j],$FileLineArray) Then
MsgBox(0,'Script Stopped - Error','Error reading' & $FullNameArray[$j] & 'to Array.')
Exit
EndIf
_ArrayDisplay($FileLineArray) It appears my array is being populated - However, in the DisplayArray window, the strings were cut off after a certain number of characters. In the HelpFile, it states, "Maximum string l