N NeroWolfe Member Licensed User Longtime User May 30, 2012 #1 Hello ! I want to make an online-highscore-list. HighScore.txt in my Webspace like : 1 ; 109 ; Player #1 ; 2012-05-29 ; 2 ; 108 ; Player #2 ; 2012-05-29 ; 3 ; 107 ; Player #3 ; 2012-05-29...... Does anybody know, how to read this textfile from the internet - and put the data obove in an array ????? :sign0085: Greetings.... Last edited: May 30, 2012
Hello ! I want to make an online-highscore-list. HighScore.txt in my Webspace like : 1 ; 109 ; Player #1 ; 2012-05-29 ; 2 ; 108 ; Player #2 ; 2012-05-29 ; 3 ; 107 ; Player #3 ; 2012-05-29...... Does anybody know, how to read this textfile from the internet - and put the data obove in an array ????? :sign0085: Greetings....
Erel B4X founder Staff member Licensed User Longtime User May 30, 2012 #2 See HttpUtils tutorial. Upvote 0