Opened 20 years ago
Closed 20 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 20 years ago by
| Owner: | changed from danirus to Víctor de Buen Remiro |
|---|
comment:2 Changed 20 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Due to efficience reasons Language is a system protected built-in Text but now
you can change it using new Text PutLanguage function.

We are working about this bug
Thanks to report it