Search found 60 matches

by fivefive
27 Jan 2024, 21:38
Forum: Ask for Help (v2)
Topic: Find and Trim everything behind - Please help Topic is solved
Replies: 10
Views: 457

Re: Find and Trim everything behind - Please help Topic is solved

flyingDman wrote:
27 Jan 2024, 21:14
Shorter:

Code: Select all

msgbox regexreplace(str "`n","m)^.*@[ .\d]+\K.*")
Thanks! I have the trimmed line on my clipboard, but when I try using your code, it didn't grab the value for some reasons, any idea please? Many thanks
by fivefive
27 Jan 2024, 21:37
Forum: Ask for Help (v2)
Topic: Find and Trim everything behind - Please help Topic is solved
Replies: 10
Views: 457

Re: Find and Trim everything behind - Please help Topic is solved

andymbody wrote:
27 Jan 2024, 21:35
fivefive wrote:
27 Jan 2024, 21:14
So after trimming the messages, I do really need to store the price as "0.25" or "0.15" or "0.15"
Clarification

1. Do you need the prices exacted separately?
OR
2. Do you need the prices trimmed of excess spaces?
Thanks a lot! I would like 1 pls if possible
by fivefive
27 Jan 2024, 21:14
Forum: Ask for Help (v2)
Topic: Find and Trim everything behind - Please help Topic is solved
Replies: 10
Views: 457

Re: Find and Trim everything behind - Please help Topic is solved

Thanks a lot guys, much appreciated! You guys are AMAZING!! The trimming works great now! However, I now have another problem, is it possible to store this value into a variable pls? BUY BRAND WALMART 123 APPLE @.25 BUY BRAND WALMART 123 BANANA @ 0.15 BUY BRAND WALMART 123 BANANA @0.15 So after trim...
by fivefive
27 Jan 2024, 20:13
Forum: Ask for Help (v2)
Topic: Find and Trim everything behind - Please help Topic is solved
Replies: 10
Views: 457

Find and Trim everything behind - Please help Topic is solved

Hi there, Hope all is well! I have a favour to ask! I have been trying to get the following code to work but no luck. Any ideas please? Original messages: - BUY BRAND WALMART 123 APPLE @.25 For this week order 2024 01 27 BUY BRAND WALMART 123 BANANA @ 0.15 For this week order 2024 01 28 BUY BRAND WA...
by fivefive
12 Jan 2024, 20:53
Forum: Ask for Help (v2)
Topic: Text box - Unable to paste the number - Please Help
Replies: 4
Views: 180

Re: Text box - Unable to paste the number - Please Help

Quick update: I've managed to use the following to type out 0.17 in the text box, using AHK code, the program accepts it which is great news for me!! Send, 0 ; Send the character 0 Sleep, 100 ; Wait for 100 milliseconds Send, . ; Send the character . Sleep, 100 ; Wait for 100 milliseconds Send, 1 ; ...
by fivefive
12 Jan 2024, 20:45
Forum: Ask for Help (v2)
Topic: Text box - Unable to paste the number - Please Help
Replies: 4
Views: 180

Re: Text box - Unable to paste the number - Please Help

Two things to try would be calling the Send function, or using ControlSetText . There is no guarantee, as programs can block such actions. Some programs or windows require elevated privileges. Thanks a lot for your help! I'm very weak at coding, would it be possible for you to give me an example pl...
by fivefive
12 Jan 2024, 20:30
Forum: Ask for Help (v2)
Topic: Text box - Unable to paste the number - Please Help
Replies: 4
Views: 180

Text box - Unable to paste the number - Please Help

Hey guys, Hope all is well! I have a big favour to ask! I really really need some help. So I'm encountering an issue. I have a Text box in a program, where I must enter a value, e.g. 0.17 However, this Text box is somehow restricted with copy and paste, even though I do already have the value e.g. 0...
by fivefive
03 Jul 2023, 10:53
Forum: Ask for Help (v1)
Topic: Please help me scan text and find 1st instance Topic is solved
Replies: 1
Views: 152

Please help me scan text and find 1st instance Topic is solved

Hey guys, Hope all is well! I have the following text, that I wish to extract the 1st instance/item wrapped by a set of ** **: - Buying lots of **F-O-R-D** (commonly known as Ford) cars Ford Motor Company (commonly known as Ford) is an American multinational automobile manufacturer headquartered in ...
by fivefive
25 Apr 2023, 11:18
Forum: Ask for Help (v1)
Topic: Extracting upper cases ?
Replies: 6
Views: 398

Re: Extracting upper cases ?

We have reached the "That works, but what if...?" part of the tutorial! Show all of your relevant examples, and describe a rule that you would like to use to distinguish matches from non-matches. We can then pursue a solution once instead of many times. Thanks very much!! Sorry about this. This wou...
by fivefive
25 Apr 2023, 10:42
Forum: Ask for Help (v1)
Topic: Extracting upper cases ?
Replies: 6
Views: 398

Re: Extracting upper cases ?

#Requires AutoHotkey v1.1.33 str := " ( Purchased A B C D on First Monday in June Purchased B B B on First Tuesday in July Purchased C C C C on Second Monday in August Purchased D D D D on Third Monday in September I Purchased E E E on Fourth Monday in September I Purchased E E E on Fourth Monday i...
by fivefive
25 Apr 2023, 09:44
Forum: Ask for Help (v1)
Topic: Extracting upper cases ?
Replies: 6
Views: 398

Extracting upper cases ?

Hey guys, Hope all is well. I have a favour to ask! Basically, I got a list product code in letters and they go like this: - Purchased A B C D on First Monday in June Purchased B B B on First Tuesday in July Purchased C C C C on Second Monday in August Purchased D D D D on Third Monday in September ...
by fivefive
15 Feb 2023, 13:53
Forum: Ask for Help (v1)
Topic: Edited Topic is solved
Replies: 1
Views: 245

Edited Topic is solved

Edited
by fivefive
13 Feb 2023, 12:51
Forum: Ask for Help (v1)
Topic: Edited
Replies: 3
Views: 267

Edited

Edited
by fivefive
13 Feb 2023, 11:50
Forum: Ask for Help (v1)
Topic: Edited
Replies: 3
Views: 267

Edited

Edited
by fivefive
08 Jan 2023, 12:45
Forum: Ask for Help (v1)
Topic: Edited Topic is solved
Replies: 1
Views: 173

Edited Topic is solved

Edited
by fivefive
04 Jan 2023, 23:48
Forum: Ask for Help (v1)
Topic: Edited Topic is solved
Replies: 1
Views: 250

Edited Topic is solved

Edited
by fivefive
03 Jan 2023, 09:25
Forum: Ask for Help (v1)
Topic: Edited
Replies: 2
Views: 144

Edited

Edited
by fivefive
31 Dec 2022, 07:03
Forum: Ask for Help (v1)
Topic: Edited Topic is solved
Replies: 1
Views: 169

Edited Topic is solved

Edited

Go to advanced search