Hi,
I have forgotten how to read a text file in VB6?
could someone please show me?
thanks
Printable View
Hi,
I have forgotten how to read a text file in VB6?
could someone please show me?
thanks
Open "c:\file.txt" for binary as #1
contents = input(lof(1),1)
close #1
what is lof?
this is a really hard one to guess.. Length Of File