﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3749	Example in help file is wrong (StdoutRead)	anonymous		"The example in the help file page for StdoutRead has two lines that I think need corrected.
This is the two lines, followed by how I think they should be corrected:
{{{
; Use StringSplit to split the output of StdoutRead to an array. All carriage returns (@CRLF) are stripped and @CRLF (line feed) is used as the delimiter.
    Local $aArray = StringSplit(StringTrimRight(StringStripCR($sOutput), StringLen(@CRLF)), @CRLF)

; Use StringSplit to split the output of StdoutRead to an array. All carriage returns (@CR) are stripped and @LF (line feed) is used as the delimiter.
    Local $aArray = StringSplit(StringStripCR($sOutput), @LF)
}}}

"	Bug	closed		Documentation	3.3.14.5	None	Wont Fix	Help File	
