Search found 7 matches

by doa
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

Thanksss man and all the best !
by doa
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

Yes, JRL, as much as I can see, you are my saver, that is it, but I am on v11 and

AddDialogHandler> and SetDialogProperty> are not supported :cry:

So, how can I "replace" these functions ?

Thank you very much in advance
by doa
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....
by doa
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...
by doa
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...
by doa
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....
by doa
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â€
Sign up to our newsletter for free automation tips, tricks & discounts