ilan Expert Licensed User Longtime User Feb 15, 2013 #1 hi i upload a txt file, and i would like to read data from it, how can i do it? my txt file adress http://www.sagital.net/shabbat/sh.txt and the text in it is "0" i would like to get this int to my app like: dim i as int i = (http://www.sagital.net/shabbat/sh.txt) how can i do it? thanx
hi i upload a txt file, and i would like to read data from it, how can i do it? my txt file adress http://www.sagital.net/shabbat/sh.txt and the text in it is "0" i would like to get this int to my app like: dim i as int i = (http://www.sagital.net/shabbat/sh.txt) how can i do it? thanx
Erel B4X founder Staff member Licensed User Longtime User Feb 17, 2013 #2 Search for HttpUtils2. Upvote 0
ilan Expert Licensed User Longtime User Feb 19, 2013 #3 hi erel i looked at it but i didnot understood how it works how can i read the txt file ? should i first download it and then read it or is it possible to read it directly from the web without download it?? thank your for your help Upvote 0
hi erel i looked at it but i didnot understood how it works how can i read the txt file ? should i first download it and then read it or is it possible to read it directly from the web without download it?? thank your for your help
Erel B4X founder Staff member Licensed User Longtime User Feb 19, 2013 #4 You need to call Download and then read it from JobDone with Job.GetString. The text will be downloaded to a temporary file. Upvote 0
You need to call Download and then read it from JobDone with Job.GetString. The text will be downloaded to a temporary file.