crmscript with Euro-Symbol
Hi,
why wenn i code this
String myString = "€" do i have 0x20AC ?
How can I write the € Symbol in my crmScript ?
Thanks for your response
Allt Svar (2)
Hi Fabrice,
What version of SuperOffice are you using?
This works in my SOD-environment, on 10.3, and I dont think there's been any changes around this lately.
Result:
Is it when saving or executing the script?
//Eivind
Hi Eivind,
i don't know the Version. We are using the online3.superoffice.com website..
I need to use the € in my code, to check a passsword.
Wenn you debug your code, at line 4, you must have the 0x20AC, can you check it ?
I use #setLanguageLevel 3; and you 4, that can be the difference ?
Thanks
Fabrice