using fso I can read a file into a textbox like soText1.Text = Input(LOF(1), 1)
if I want to read a complete text file
and store it in a var how is it done
in regular read vb looks for a #(FileNumber)
so it won't accept myVar = input(lof(Filenumber),myVar)




Reply With Quote