GubertDisentis
Vendor
Open 761 For Input As #5
Input #5, ddd
Text1.Visible = True
Text1.Width = 4000
Text1.Height = 4000
Text1.Text = ddd
Text1.Text = Input$(LOF(5), #5)
Close #5
I wrote a text using a text box and saved it in file 761.
After that I wish I could open and read the text with the above code.
However,I keep getting this error message "Input past end of file"
The text exists as I verified it using Notepad.
Any ideal what is wrong ?
Thank you
GubertDisentis
Input #5, ddd
Text1.Visible = True
Text1.Width = 4000
Text1.Height = 4000
Text1.Text = ddd
Text1.Text = Input$(LOF(5), #5)
Close #5
I wrote a text using a text box and saved it in file 761.
After that I wish I could open and read the text with the above code.
However,I keep getting this error message "Input past end of file"
The text exists as I verified it using Notepad.
Any ideal what is wrong ?
Thank you
GubertDisentis