Search found 11 matches

by Xpressd
20 Dec 2021, 18:50
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 996914

Re: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool

This specific directive is not available in PMC. As for the other question, you can create a shortcut that includes the command line parameters to activate hotkeys and play one of them when it opens. https://www.macrocreator.com/docs/Main.html#command-line-parameters Thanks I was able to create a s...
by Xpressd
20 Dec 2021, 17:37
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 996914

Re: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool

Hey, I am wondering how I can use Directives inside of PMC I am specifically trying to remove all the extra EndChars from Hotstrings and just leave `t to activate the hotstrings (rather than -()[]{}:;'"/\,.?!`n `t) adding this line to my script should do it: #Hotstring EndChars `t but I am not sure ...
by Xpressd
19 Oct 2021, 11:44
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 996914

Re: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool

I tried again today, and it was working wonderfully - thanks again.
by Xpressd
15 Oct 2021, 17:41
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 996914

Re: Pulover's Macro Creator v5.4.0 - The Complete Automation Tool

HI, I am trying to use OCR to read numerals from a web page onto an excel sheet. What are the steps? Is it given in some help page? Briefly, there are five blocks of numbers that I want to place on cells A1 to A5 in the worksheet. The OCR dropdown (F7) isn't self-explanatory. Any help would be appr...
by Xpressd
15 Oct 2021, 17:38
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1255
Views: 996914

Re: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool

Thanks for making this great program Pulover, It has helped me so much over the past few years, I have gotten much better at learning and using all the features AHK has to offer by just visually being able to see all the possibilites. I even learned regular expression by using your program. :bravo: ...
by Xpressd
12 Jul 2021, 19:09
Forum: Ask for Help (v1)
Topic: regex subpattern help
Replies: 3
Views: 383

Re: regex subpattern help

the regex defines only a single capturing group, so only one variable corresponding to that capturing group ever gets created. why do u expect variables corresponding to capturing groups 2, 3 and 4 to exist? I was expecting a wikistat1 to = Match 1, wikistat2 = Match 2 and wikistat3 to be Match 3 l...
by Xpressd
10 Jul 2021, 22:07
Forum: Ask for Help (v1)
Topic: regex subpattern help
Replies: 3
Views: 383

regex subpattern help

first of all - to everybody looking though these forums attempting to help people with their coding problems - thank you 100x over, if the world was made up entirely of people like you it would literally be heaven on earth so thank-you for being you . I am trying to make a program to help scrape MMA...
by Xpressd
10 Jul 2021, 22:00
Forum: Ask for Help (v1)
Topic: ❓ > Regex question..
Replies: 6
Views: 495

Re: ❓ > Regex question..

boiler wrote:
02 Jul 2021, 12:32
Do you understand why what your proposing will not produce a match?
Yes, haha thank you boiler - you are THE MAN :bravo:
by Xpressd
02 Jul 2021, 11:37
Forum: Ask for Help (v1)
Topic: ❓ > Regex question..
Replies: 6
Views: 495

Re: ❓ > Regex question..

The first script works as long as you define the input variable and use the correct output variable like the script I posted does. You are doing something different in the second script. You have it needing to match a space ( \s ) following the price in that script, which isn’t the case in the inpu...
by Xpressd
01 Jul 2021, 20:41
Forum: Ask for Help (v1)
Topic: ❓ > Regex question..
Replies: 6
Views: 495

Re: ❓ > Regex question..

Oh, so you're saying it works for you that is so weird I will try recreating the macro or do it on another PC - thanks for your input.
by Xpressd
01 Jul 2021, 16:50
Forum: Ask for Help (v1)
Topic: ❓ > Regex question..
Replies: 6
Views: 495

❓ > Regex question..

strings: 1 F2 K3341 RTLO149-20918 SPL O-RING KIT 19.94EA 19.94 6 GB NKM4515QMV23 NEW-KIT 16.5X7Q 23KECONO 73.97KT 443.82 [code] trying to RegExMatch the Price (19.94 or 73.97) using [code] foundvarpartprice := RegExMatch(firstline, "(\d+\.\d+)[A-Z]{0,3}\s\d+\.\d*", pprice) MsgBox, 0, , %foundvarpart...

Go to advanced search