Hi,
I'm trying:
FileOpen(c1,"test.txt",cWrite,,cASCII)
Filewrite(c1,"ÆØÅ æøå")
Filewrite(c1,string)
But the file is written with ??? ??? instead.
If I have a string with æøå in it, it does not work either.
When I load files with the Danish characters into e.g. a table it works fine.
Hope someone can help me :sign0163:
I'm trying:
FileOpen(c1,"test.txt",cWrite,,cASCII)
Filewrite(c1,"ÆØÅ æøå")
Filewrite(c1,string)
But the file is written with ??? ??? instead.
If I have a string with æøå in it, it does not work either.
When I load files with the Danish characters into e.g. a table it works fine.
Hope someone can help me :sign0163: