###User Defined Function###
_SQLite_Display2DResult

###Description###
Returns or prints to Console a formated display of a 2Dimensional array

###Syntax###
#include <SQLite.au3>
_SQLite_Display2DResult ( $aResult [, $iCellWidth = 0 [, $fReturn = False]] )


###Parameters###
@@ParamTable@@
$aResult
	The array to be displayed
$iCellWidth
	[optional] specifies the size of a data field
$fReturn
	[optional] if True the formated string is returned, not displayed
	If False the formatted string is send to StdOut
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	none or formated string.
Failure:	sets the @error flag to non-zero.
@error:	1 - $aResult is no array or has wrong dimension
@@End@@


###Remarks###
None.


###Related###
_SQLite_GetTable2d


###Example###
@@IncludeExample@@
