﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3117	StringFormat - second parameter is optional	mLipok	Jpm	"in HelpFile for StringFormat there is:

{{{
StringFormat ( ""format control"", var1 [, ... var32] )
}}}

This mean that the second parameter ""var1"" is obligatory ?
But in fact, it is optional, as you can use it in this way:


{{{
ConsoleWrite('Example START' & @CRLF)
Local $sText = StringFormat('\nSome \texample text\n')
ConsoleWrite($sText)
ConsoleWrite('Example END' & @CRLF)
}}}

Please consider a change in the description and adding this snippet as an example.
"	Bug	closed	3.3.15.1	Documentation	3.3.15.0	None	Fixed		
