close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 21 years ago

Closed 21 years ago

#116 closed defect (fixed)

no named objects can't be created

Reported by: imendez Owned by: Jorge
Priority: normal Milestone:
Component: Kernel Version: 1.1.1
Severity: normal Keywords:
Cc:

Description

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

Change History (2)

comment:1 Changed 21 years ago by Javier Portugal

Owner: changed from Javier Portugal to Jorge

comment:2 Changed 21 years ago by Jorge

Resolution: fixed
Status: newclosed

Try the CVS version to verify this report. In my version this work ok.

Note: See TracTickets for help on using tickets.