﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3057	StringSplit() Return Value	c.haslam	Jpm	"Existing:

If no delimiters were found then the @error flag is set to 1, count is equal to 1 ($aArray[0]) and the full string is returned ($aArray[1]).

This assumes that the caller does not have $STR_NOCOUNT (2) in his flag argument.

Suggested:

If no delimiters are found then @error is set to 1, and:
-  if the $STR_NOCOUNT flag is present, 1 is returned in the first element ($aArray[0]) and the full string is returned in the second element ($aArray[1])
-  if the $STR_NOCOUNT flag is not present, the full string is returned in the first element ($aArray[0]).
"	Bug	closed	3.3.13.21	Documentation	3.3.13.20	None	Fixed		
