Search found 3 matches

by SEHot
18 Dec 2023, 11:55
Forum: Ask for Help (v1)
Topic: Icon on the system tray is disappeared.
Replies: 8
Views: 1978

Re: Icon on the system tray is disappeared.

Exporting/importing the task with the 5 second trigger delay also worked for me.
by SEHot
24 Jul 2019, 09:58
Forum: Ask for Help (v1)
Topic: Problem with RegExMatch Topic is solved
Replies: 6
Views: 1471

Re: Problem with RegExMatch Topic is solved

Thank you for all the replies. Working now.
No matter how many times I'd read the Help page for RegExMatch I just hadn't clocked that it would only find one match!
by SEHot
24 Jul 2019, 06:35
Forum: Ask for Help (v1)
Topic: Problem with RegExMatch Topic is solved
Replies: 6
Views: 1471

Problem with RegExMatch Topic is solved

My code; GuiControl,,StatusText, Searching subject for file numbers FoundPos := RegExMatch(Haystack,"O)\b\d{4,6}\.\d{1,4}\b|\b\d{4,6}\/\d{1,4}\b",FoundNumber) FoundCount := FoundNumber.Count() GuiControl,,StatusText, Found: %FoundCount% The Haystack is Re: 091795.0001 this also 055916.0002 and 96190...

Go to advanced search