Digging Huge Files
Mark Wieder
mwieder at ahsoftware.net
Wed Aug 5 12:03:40 EDT 2009
Sivakatirswami-
Well, your tCompleted also remains constant - it's just the ratio of
download locations that changes. Which makes sense, since what you're
displaying is
line 1: tRevHits
line 2: tCompleted - tRevHits
Also, are you really saying put ("1""e&"200 ") into tCompleteCode?
Shouldn't that be put ("1""e&&"200") into tCompleteCode?
>From your output it looks like you're trying to trap the (1.1" 200)
string, which has a space *before* the 200. Same thing for the 206.
You don't say where the mouseUp handler is located, but since you're
not initializing your variables to zero before running, could there be
some leftover garbage in there from the previous run?
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list