﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
116	no named objects can't be created	imendez	Jorge	"In my TolBase version, which loads a Tol version called ""Versión 1.1.1 Jun 17 2004 
para WINDOWS"", I can't create an object (variable or function) without a name if, 
previously, I haven't created another object with a name. However, curiously, if I 
have already created an object with a name, though I have decompiled the code, 
TolBase lets me create a object without name.

I'll try to explain it with a couple of examples:

1.-
////////////////////////////////////////////////////////////
// Text a = ""a"";
Serie SubSer(CalInd(W, Diario), y2000, y2001);
////////////////////////////////////////////////////////////

// The series doesn´t exist. But if you compile:

////////////////////////////////////////////////////////////
Text a = ""a"";
Serie SubSer(CalInd(W, Diario), y2000, y2001);
////////////////////////////////////////////////////////////

// The series do exists

2.-
////////////////////////////////////////////////////////////
// Text a = ""a"";
Code SubSer;
////////////////////////////////////////////////////////////

// The SubSer function doesn't appear in the object inspector. But if you compile:

////////////////////////////////////////////////////////////
Text a = ""a"";
Code SubSer;
////////////////////////////////////////////////////////////

//The SubSer function appear rigthly.

NOTE: realize that a new session of TolBase must be loaded for each test"	defect	closed	normal		Kernel	1.1.1	normal	fixed		
