﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
553	_ArrayDisplay() has another problem if using literal pipes in the array	GEOSoft	Gary	"I seldom use this function but it seems that each time I do, I find something else that is broken.  If the array contains literal pipes then it will not display properly.
Repro code

{{{
#include <array.au3>
Dim $Array[4] = [""Test"",""$Item = '|'"", ""Test 2"", ""$Item_2 = '||'""]
_ArrayDisplay($Array)
}}}
In this case $Item = '|' will be truncated to $Item = ' and $Item_2 = '||' will not display at all.
I have not taken the time to look at a fix at this point.
"	Bug	closed		Standard UDFs	3.2.13.7	None	No Bug		
