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:
WriteString2 (Dir AsString, FileName AsString, Text AsString, CharSet AsString)
Any suggestions
Mogens
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:

Any suggestions
Mogens