﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
99	Functions with variable number of arguments: WinRmtSystem	Javier Portugal	manuelb	"Function WinRmtSystem (and perhaps any other TOL function with variable number
of arguments) works wrong when any function parameter includes a comma.

For example, when evaluating this code:
  Real WinRmtSystem(""KLEIN"",7001,""tol.exe -c\""Serie CalInd(W,Diario);\"""");
WRCMD server recibes tol.exe -c""Serie CalInd(W as commad, when it should be
entire sentence tol.exe -c""Serie CalInd(W,Diario);""

Giving the last arguemnt mode doesn't solve the problem
  Real WinRmtSystem(""KLEIN"",7001,""tol.exe -c\""Serie CalInd(W,Diario);\"""",""min"");

If we use "";"" instead of "","" for separator of tol command, it works correctly:
  Real WinRmtSystem(""KLEIN"",7001,""tol.exe -c\""Serie CalInd(W;Diario);\"""");

But it should work with commas, shouldn't it?"	defect	closed	normal		Kernel	head	normal	invalid		
