is it possible to read the content of a txt file thats stored online ?
I want to create a function that compares the context of a txt file with the content of a txt file on the device
like online txt has the text 11-4-2017
The txt file on the device has the text 10-4-2017
I want to compare the both and popup a message that a update is available
I guess the content of the files can be stored in a string to compare ?
I want to create a function that compares the context of a txt file with the content of a txt file on the device
like online txt has the text 11-4-2017
The txt file on the device has the text 10-4-2017
I want to compare the both and popup a message that a update is available
I guess the content of the files can be stored in a string to compare ?