Author Topic: HTTPObject: get line count  (Read 415 times)

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");

::onLine(%this,%line)

%this.linecount++;

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 »