Get Contents Of Web Page.
Posted: Tue Jul 06, 2021 11:39 am
Hi Guys!!
I am trying to use the following code to get the contents of a .txt file on a webserver:
and:
Both of these do not work on LC Community 9.6.2 (rc 2).
Is there another way to achieve this??
Many Thanks,
Googie.
Edit: It works in the IDE but not on my Android Devices.
I am trying to use the following code to get the contents of a .txt file on a webserver:
Code: Select all
put the URL "http://192.168.1.157/test.txt" into temp
answer temp
Code: Select all
get URL "http://192.168.1.157/test.txt"
put it into temp
Is there another way to achieve this??
Many Thanks,
Googie.
Edit: It works in the IDE but not on my Android Devices.