We often have to get a 2D from a 1D array. A good example is with StringRegExp : it can only return a 1D array. But it can be interesting to transform the result to a 2D array.
Of course, it's easy to make it, but I think this function could help someone.
First, an example :
; #EXAMPLE# =====================================================================================================================
#Include <Array.au3>
Local $sString = "<select>" & @CRLF & _