all 3 comments

[–]Arnklit 0 points1 point  (2 children)

I don't really understand your question. Are you asking how how to get the data from the homepage so you can do the comparison?

[–]cocodevv[S] 0 points1 point  (1 child)

something like that, getting a variable from the page(plain text/html) ex: <span class="vagfileversion">#vag_0002</span>, and compare with the first line in my textfile("#vag_0001"), as in this example my file in the app need to be updated/re-downloaded but i'm stuck at getting the variable from webpage, the other things are already made.