﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1415	Error al clickear con el botón secundario	Javier Gallardo	Jorge	"Si evaluamos el siguiente código tol:

{{{
Set For(1, 10, Set(Real k){
  [[k]]
});
}}}

E intentamos tabular el Set nos dará el siguiente error:
{{{

Warning: [9] GetObjectFromAddress function failed at : 
GetObjectFromAddress(""907EF48:0:66B01F8:0:245A460:0:2:4:B268"")

ERROR: [72] obj could not be created.

ERROR: [73] obj is not a valid object for type Anything.

ERROR: [74] Wrong arguments in call to Text Grammar (Anything var)

ERROR: [75] theGrammar could not be created.

ERROR: [76] theGrammar is not a valid object for type Anything.

ERROR: [77] Wrong arguments in call to Real == var1 == var2 {Anything var1, Anything var2}

ERROR: [78] theGrammar is not a valid object for type Anything.

ERROR: [79] Wrong arguments in call to Real == var1 == var2 {Anything var1, Anything var2}

ERROR: [80] theGrammar is not a valid object for type Text.

ERROR: [81] __getTypeOfObject__ could not be created.
}}}
 
También pasa con el EvalSet, sin embargo con otras funciones como

{{{
Set Range(1, 10, 1);
Set [[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]];
}}}

no pasa.

Un saludo



"	defect	closed	high	TOLBase Revitalization	Interface	2.0.2	blocker	fixed		
