> 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