Problems encodage binary :(

sitajony

Active Member
Licensed User
Hi everyone, (I'm french)

I've some problems when I want write a text with binary module:

FileOpen(c1,"data.dat",cRandom)
bin.New1(c1,True)
bin.WriteString("Test é à ù...")
FileClose(c1)

and when I want read the content it return:

Test ? ? ?...

Some Idea about this problem?
Thanks everyone!
 
Top