how do I open a unicode "text" file
this cannot be correct
---------------------------------------

open "c:\temp" for binary as #1
B() = input(lof(1),1)
close #1

MyString = replace(str(b()),chr(0),"")