Search found 7 matches
- Fri Oct 05, 2012 8:34 pm
- Forum: Beginners
- Topic: How to constantly refresh 20 lines in dialog's memo chrono.?
- Replies: 4
- Views: 9315
- Fri Oct 05, 2012 7:20 pm
- Forum: Beginners
- Topic: How to constantly refresh 20 lines in dialog's memo chrono.?
- Replies: 4
- Views: 9315
- Fri Oct 05, 2012 3:37 pm
- Forum: Beginners
- Topic: How to constantly refresh 20 lines in dialog's memo chrono.?
- Replies: 4
- Views: 9315
How to constantly refresh 20 lines in dialog's memo chrono.?
Huh, I am new and all these dialogs....,it seems I can't make it. I should constantly read some log file and show it's last 20 lines in ms dialog chronologically and so to say the last one from log should be the first one in dialog, the 19th should be the second one and so on till all last 20 lines....
- Wed Sep 26, 2012 8:32 am
- Forum: Beginners
- Topic: Find a certain number in a txt file ?
- Replies: 5
- Views: 8677
I did it on this way, actually I need only the last line from log file :lol: ReadFile>c:\log\somelog.txt,data Separate>data,CRLF,lines Let>last_line=%lines_count% ReadLn>c:\log\somelog.txt,%last_line%,last_one Let>pattern=\d{9,10} RegEx>pattern,%last_one%,0,matches,num,0 ReadFile>c:\data\numbers.txt...
- Tue Sep 25, 2012 5:14 pm
- Forum: Beginners
- Topic: Find a certain number in a txt file ?
- Replies: 5
- Views: 8677
Ok, to be more specific, a part of log file is: 9/10/12 3:18PM 03 7654751399 .... 9/20/12 3:21PM 01 624226422 .... 9/10/12 3:21PM 02 7697137935 .... 9/10/12 3:21PM 101 01 514226746 00:00'16" .... 9/10/12 3:21PM 101 02 769713793 00:00'32" .... 9/10/12 3:23PM 03 514239008 .... 9/20/12 3:24PM 01 514226...
- Tue Sep 25, 2012 12:43 pm
- Forum: Beginners
- Topic: Find a certain number in a txt file ?
- Replies: 5
- Views: 8677
ok, but
Thank you, Marcus, but I am trying something like this below: // script should read somelog.txt and if in it has some number from numbers.txt, show a message // in numbers.txt are just clean numbers, 9 or 10 digits long, one number per line ReadFile>c:\log\somelog.txt,file1 ReadFIle>c:\data\numbers....
- Tue Sep 25, 2012 9:44 am
- Forum: Beginners
- Topic: Find a certain number in a txt file ?
- Replies: 5
- Views: 8677
Find a certain number in a txt file ?
Hello all,
how to find a number in a lines (I used “Separate>file1,CRLF,linesâ€
how to find a number in a lines (I used “Separate>file1,CRLF,linesâ€