Problem using "setattr"
Posted: Mon Dec 07, 2015 7:48 am
Hi
I have a problem using non english sign in the end of text when using "setattr". For example
In this code some text in "Label2" and "Label4" are missing. Note, there is no problem when using non english sign in the beginning of or in the middle of a text.
Regards Johan
I have a problem using non english sign in the end of text when using "setattr". For example
Code: Select all
wfcreate u 1
series a
a.setattr(label1) Här är lite text å_
a.setattr(label2) Här är lite text å
a.setattr(label3) Här är lite text åäö_
a.setattr(label4) Här är lite text åäö
a.setattr(label5) Åke Jönsson
a.labelRegards Johan