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

#141 closed defect (duplicate)

Eval dosen´t work

Reported by: jlaybar Owned by: manuelb
Priority: normal Milestone:
Component: Kernel Version: head
Severity: major Keywords:
Cc:

Description

Eval dosen´t create the variables.

Text txt1 = "Serie serA = CalInd(WD(1), Diario);" ;
Text txt2 = "Matrix matB = Col(2);" ;
Text txt3 = "Text txtC = "+Quotes+"C"+Quotes+";" ;
Text txt4 = "Real reaD = 5;";

Eval(txt1);
Eval(txt2);
Eval(txt3);

cheers!!!

Eval(txt4);

Change History (3)

comment:1 Changed 21 years ago by manuelb

Owner: changed from danirus to manuelb
Summary: Eval dosen´t work Eval dosen´t work

comment:2 Changed 21 years ago by manuelb

Status: newassigned

comment:3 Changed 21 years ago by manuelb

Resolution: duplicate
Status: assignedclosed

It's the same bug as number 140, but shows the great interest on this issue.
Please take a look at it.

* This bug has been marked as a duplicate of 140 *

Note: See TracTickets for help on using tickets.