Hi   I have a 2d array (from a DB) and i need to fill a listview. For this, i need to convert every row in this 2d array to a string (columns delimitered by "|") I used the example for _ArrayToString() but noticed that if you want only the first element of a 2d array ( 0 , 0) then the output is buggy.   #include <Array.au3> #include <MsgBoxConstants.au3> #include <Array.au3> #include <MsgBoxConstants.au3> Loca