Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
HTTPObject: get line count
« previous
next »
Print
Pages: [
1
]
Author
Topic: HTTPObject: get line count (Read 415 times)
Greek2me
June 23, 2011, 05:31:05 PM
How can I get the number of lines in a file using an httpObject?
I get the file by doing: httpObject.get("url.com:80","/file.zip");
Ad Bot
Advertisement
Chrono
June 23, 2011, 05:36:18 PM
::onLine(%this,%line)
%this.linecount++;
Greek2me
June 23, 2011, 05:51:49 PM
Hm, I'd wanted the total line count at the beginning of the download. Maybe I can just manually find the line count with that and then place it in a separate text file that they download.
Nevermind about this, locking
«
Last Edit: June 23, 2011, 06:11:16 PM by Greek2me
»
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
HTTPObject: get line count