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 19 years ago

Closed 19 years ago

#384 closed defect (fixed)

Problem with TOL variable Language

Reported by: Christian Paz Owned by: Víctor de Buen Remiro
Priority: normal Milestone:
Component: Kernel Version: head
Severity: minor Keywords:
Cc:

Description

With the last CVS version the variable Language remains as "ENGLISH" even I
change this configuration in TolBase. Logically when I try to do:

Text Language:= "SPANISH";

it returns an error saying: "ERROR: [1] Cannot modify <value> of constant object
Language" and I suppose this could be the cause of the error.

tcl mcset settings work, but I2 function gives incorrect results.

Thanks,
Christian

Change History (3)

comment:1 Changed 19 years ago by Víctor de Buen Remiro

Owner: changed from danirus to Víctor de Buen Remiro

comment:2 Changed 19 years ago by Víctor de Buen Remiro

Status: newassigned

We are working about this bug
Thanks to report it

comment:3 Changed 19 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: assignedclosed

Due to efficience reasons Language is a system protected built-in Text but now
you can change it using new Text PutLanguage function.

Note: See TracTickets for help on using tickets.