pgriffin wrote:Why not download the eval of v10 (current version) and test again?
I think we would all be very interested in the result.
Hi
bsharp,
I downloaded your file and ran the following against it using Macro Scheduler 10.022 Pro (latest version available):
Code: Select all
Let>aptfilename=C:\kat6.apt
ReadFile>%aptfilename%,APTData
Sec>StartSec
Min>StartMin
Separate>APTData,%CRLF%,APT
Sec>EndSec
Min>EndMin
MessageModal>%StartMin%%StartSec%,%EndMin%%EndSec%
Result: 5206,5525 = 3 min, 19 sec
This was on an older machine: XP SP2, Intel Pentium III processor, 450 MHz, 512 MB of RAM
Here's something interesting, I compiled it to an exe and ran it again and it was slower... didn't expect that.
Compiled Result: 0907,1251 = 3 min, 44 sec
It would be nice to see how fast VBScript could process this. If anyone does that, please post your results.