coercion to string values has effects

Helmut Jäcklein hjaecklein at vogel-druck.de
Mon Mar 11 06:30:17 PST 2002


Hi,

thinking about the last mails, i remembered my problem
that i have with coercion from records to strings.
The values in the record are translated to the name
of any global variable which has the same value.


for example:

    myVar = 'null';
    myRec = record ({"A":'null'});
    dialog.notify ("A = " + myRec["A"]);

    myRecStr = string (myRec);
    myVar = "just another Value";

    myRec = record (myRecStr);
    dialog.notify ("A = " + myRec["A"])

I know, that's usually correct,
but is there a way to switch off this feature?

Regards

Helmut Jäcklein
-------------------------------------------
Vogel Druck und Medienservice GmbH & Co. KG
Leibniz-Str. 5
97204 Höchberg
Tel:  +49 931 4600-2035
Fax:  +49 931 4600-2680
Mail: hjaecklein at vogel-druck.de
-------------------------------------------






More information about the Frontier-Users mailing list