Search found 8 matches

by Lacorte
16 Dec 2020, 16:57
Forum: Ask for Help (v1)
Topic: I need help with a script
Replies: 8
Views: 275

Re: I need help with a script

It works! Thank you so much!
by Lacorte
16 Dec 2020, 16:02
Forum: Ask for Help (v1)
Topic: I need help with a script
Replies: 8
Views: 275

Re: I need help with a script

Here is the whole code. F1:: ;Send, {Win down}r{Win up} ;;;;;;;;;;;;;;;;;;;; retorna a 1ª palavra da última linha FileRead, Log_Profit, C:\Users\Lacorte\Desktop\LOGSPROFIT.txt RegExMatch(Log_Profit, "(?:^|\n)(.*)$", Last_Line) ; the last line could be the only line test := Last_Line1 Var1 := GetFirs...
by Lacorte
16 Dec 2020, 15:15
Forum: Ask for Help (v1)
Topic: I need help with a script
Replies: 8
Views: 275

Re: I need help with a script

First it worked then it doesn't work anymore. How is it possible?
I changed the variable for another and then changed back, but it dosen't work anymore. I'm sure that I put all in the correct place.
by Lacorte
16 Dec 2020, 14:16
Forum: Ask for Help (v1)
Topic: I need help with a script
Replies: 8
Views: 275

Re: I need help with a script

How can I format them again? Var1 contains "Vendido", but I think the problem is the format. Because I tried to isolate the part of the code that returns Var1 and put a "If" function to test (see below). But it doesn't work. F1:: FileRead, Log_Profit, C:\Users\Lacorte\Desktop\LOGSPROFIT.txt RegExMat...
by Lacorte
16 Dec 2020, 13:37
Forum: Ask for Help (v1)
Topic: I need help with a script
Replies: 8
Views: 275

I need help with a script

Hi! I'm newbie with AHK, but after some good research I'm close from what I want. I have the code below, but I have 2 problems. #1 I can't do it return in this format "0.000,00". It only returns in this format "0000.000000" wthi 6 decimal places, but I want only 2. Numero1 := Var2 Numero2 := "5,00" ...
by Lacorte
15 Dec 2020, 17:36
Forum: Ajuda e Suporte Geral
Topic: Ajuda com código
Replies: 2
Views: 367

Ajuda com código

Amigos, boa noite. Sou novato no AHK mas com muita pesquisa estou conseguindo desenvolver uma automação para minha demanda. Cheguei ao código abaixo mas tenho 2 problemas: 1º Problema: Nessa parte do código não consigo fazê-lo retornar a soma no formato "0.000,00", ele me retorna no formato "0.000,0...
by Lacorte
03 Jul 2019, 07:29
Forum: Ask for Help (v1)
Topic: 1 mouse 2 cursors mirrored
Replies: 0
Views: 477

1 mouse 2 cursors mirrored

Hi everybody! I need help with something. I have two identical applications side-by-side on my desktop, i'd like to duplicate the mouse cursor and mimic what I do on the left half on the right. I don't talking about WOW (or any other game) but the concept is the same, I want opened a aplication twic...

Go to advanced search