Getting .txt File From Website.
Posted: Tue Sep 22, 2020 7:15 am
Hii Guys!!
I have had this simple code working before but I cant seem to get it going now. I am trying to get the text from a .txt file from a webserver.
The Code:
Any ideas on what I am doing wrong?
Many Thanks,
Googie.
I have had this simple code working before but I cant seem to get it going now. I am trying to get the text from a .txt file from a webserver.
The Code:
Code: Select all
on mouseUp
put URL "http://mattsipadpro.atwebpages.com/1.txt" into blah
answer blah
end mouseUp
Many Thanks,
Googie.