﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
216	"Function ""Text Argumets"". It does not use the optional parameters"	rcsoto	danirus	"The function ""Text Argumets"" it has two optional parameters: 
  
  Real argNum=0
  Text infoType={"""";""TYPE"";""NAME""}

and it does not make case to any value that is indicated to him for these 
arguments.

In addition, the description of the function, does not clarify since they are had to 
use the mentioned parameters.

Example 1:

//The following calls return the same
Text Arguments(TextFind);
Text Arguments(TextFind,0,""TYPE"");
Text Arguments(TextFind,0,""NAME"");

Example 2:

//If in the second argument, we passed a value different from zero ""0"", the
//function does not return anything
Text Arguments(TextFind,1);"	defect	closed	lowest		Text	1.1.2	minor	fixed		
