﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
215	Ceash with Arguments(), FindCode() and Struct	request	danirus	"// FindCode() looks to work when has to find de constructor function
// associated to an Struct, but Arguments() function makes a TOL crash
// when receives the Code found.
// Be carefully the ploblem could be at FindCode() function.


Struct StTest
{
  Text field01,
  Real field01
};


Text args = Arguments(FindCode(""StTest"",""Set""));"	defect	closed	normal		Kernel	head	blocker	fixed		
