Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do While Not EOF(1)
Input #1, lineoftext
Form1.Text1.Text = Form1.Text1.Text + lineoftext + vbcrlf
Loop