Hi Sarah,
That did work and it is even faster than using the "repeat for each".
For the record, on this 500,000+ line log file
1. "repeat while vCtr <= vLen"
took more than a 20 minute coffee break (then I killed it)
2. "repeat for each ... "
took about 10 seconds
3. filter ...
took about the time for the mouse button to rise back up
Wow!
-- Harvey
--
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sarah
Reichelt
Sent: Monday, October 10, 2005 4:37 PM
To: How to use Revolution
Subject: Re: Regex help, please
> I have a log file to parse. The data looks like this:
>
>
>
> Chip_Test:
>
> 2 1075.7 R120<-7000h 00020000 mov
> HifRegs
>
> 2 1088.1 R14<-7000h 00020002 mov
> HifRegs
>
> 6 1100.5 [7020h]<-1h 00020004 mov
> RSTS_Busy
>
Untested, but how about something like this:
filter tLogData with "??[0-9]*"
Cheers,
Sarah
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution