iOS Question Textreader / Textwriter replacement

mrossen

Active Member
Licensed User
Longtime User
Hi,

I am aware of that textreader/textwriter not is avalible in b4i.

I wonder what it the smartest way to replace it.

I have replaced it in one of my Projects with "File.WriteList" and it seems to work perfect until I discoveres it only uses UTF8.

Would it be possible to make something like "File.WriteList2(Dir AsString, FileName AsString, List AsList, CharSet AsString)"

Or do I have to combine all lines to one string and use:

15.png
WriteString2 (Dir AsString, FileName AsString, Text AsString, CharSet AsString)

Any suggestions

Mogens
 

mrossen

Active Member
Licensed User
Longtime User
Hi,.

I write a html file, I then send by email and open on a PC. My Danish char is then wrong

Thanks Erel,

Mogens
 
Upvote 0
Top