Search found 14 matches

by corcova
02 Dec 2022, 08:14
Forum: Ask for Help (v1)
Topic: Problem Pushing an associative array into a Simple array Topic is solved
Replies: 5
Views: 372

Re: Problem Pushing an associative array into a Simple array Topic is solved

Hey @mikeyww
Thx for the explanation and the documentation path.
and thx for you examples now I can carry on my project..

see you!
by corcova
02 Dec 2022, 07:53
Forum: Ask for Help (v1)
Topic: Problem Pushing an associative array into a Simple array Topic is solved
Replies: 5
Views: 372

Re: Problem Pushing an associative array into a Simple array Topic is solved

Hi mikeyww Thank you very much for you response. So if I may ask you some questions: - So, im pushing an array, so wouldnt needed to put an * at the array pushed? you did: Push(array), but as I read in documentation it would be Push(array*). Why does this work the way you did? well another question:...
by corcova
02 Dec 2022, 07:37
Forum: Ask for Help (v1)
Topic: Problem Pushing an associative array into a Simple array Topic is solved
Replies: 5
Views: 372

Problem Pushing an associative array into a Simple array Topic is solved

Hi folks! Im new into array and objects so I didnt grasp all the little things.. If i run this, i will succed with an abc response array := ["a", "b", "c"] array_total := [] array_total.Push(array*) for, each, element in array_total lista_array .= element msgbox % lista_array ; gives me "abc" BUT if...
by corcova
14 Jun 2022, 12:21
Forum: Scripts and Functions (v1)
Topic: Send Email Directly from AutoHotkey
Replies: 33
Views: 21196

Re: Send Email Directly from AutoHotkey

thank you, just created a app password and it is working again. uhuuuuu
lblb wrote:
14 Jun 2022, 04:14
Gmail should still work (it does for me) when you use an App password:

viewtopic.php?f=76&t=102434&p=455402#p455548
by corcova
13 Jun 2022, 23:05
Forum: Scripts and Functions (v1)
Topic: Send Email Directly from AutoHotkey
Replies: 33
Views: 21196

Re: Send Email Directly from AutoHotkey

@tantomed
im having the same issue. gmail stop working. tried many other smpt mails and none has workd. did you find some alternative?
by corcova
03 Jun 2022, 09:48
Forum: Ask for Help (v1)
Topic: CDO.Message e-Mail send. Not working anymore
Replies: 2
Views: 625

Re: CDO.Message e-Mail send. Not working anymore

Are you using the app password for Gmail? See here: https://support.google.com/accounts/answer/185833?hl=en Hey! thank you very much for you help. Indeed im not using it and its a good tip. Happend that i did change nothing, and the script worked again today. It does appear to be related with my co...
by corcova
02 Jun 2022, 11:53
Forum: Ask for Help (v1)
Topic: CDO.Message e-Mail send. Not working anymore
Replies: 2
Views: 625

CDO.Message e-Mail send. Not working anymore

Hi guys. Im using the cdo.message function everyday. But this week it stop to work. I'v changed the gmail settings to a outtlook, and to yahoo, alaywa the error on SENDING. I have tried difrente ports, nothing appears to work. Any help in this regard? pmsg := ComObjCreate("CDO.Message") pmsg.BodyPar...
by corcova
26 May 2022, 09:48
Forum: Ask for Help (v1)
Topic: Excel COM Random Error 0x800A03EC Topic is solved
Replies: 4
Views: 326

Re: Excel COM Random Error 0x800A03EC Topic is solved

flyingDman wrote:
26 May 2022, 09:37
Search for that error code. It is possible your Excel is not properly registered.
Hey! like an error by using a non original registered product?
by corcova
26 May 2022, 09:20
Forum: Ask for Help (v1)
Topic: Excel COM Random Error 0x800A03EC Topic is solved
Replies: 4
Views: 326

Excel COM Random Error 0x800A03EC Topic is solved

hi folks! I have a script which pastes some text in excel via COM. The problem is: sometimes it works perfectly. Some times it gives me an error. What could be causing those random errors? The excel sheet stays always opened. This is the entire excel code. After that im just using the extracted vari...
by corcova
18 May 2022, 18:51
Forum: Ask for Help (v1)
Topic: Help with TF_find Topic is solved
Replies: 2
Views: 337

Re: Help with TF_find Topic is solved

Perfect, thank you very much for your help and patience. Obrigado!
by corcova
18 May 2022, 16:41
Forum: Ask for Help (v1)
Topic: Help with TF_find Topic is solved
Replies: 2
Views: 337

Help with TF_find Topic is solved

Hello guys! Im trying to use the TF_find from the TF: Textfile & String Library for AutoHotkey https://github.com/hi5/TF I need to know which is the number line of a specific string in a text file In the following test I need it to say "2". But it keeps show 0 as result.. what im getting wrong? nump...
by corcova
10 May 2022, 12:57
Forum: Ask for Help (v1)
Topic: Working with TIME (A_hour) - I think I got it wrong Topic is solved
Replies: 2
Views: 561

Working with TIME (A_hour) - I think I got it wrong Topic is solved

Hello friends! I have a script which verify if current hour is MORE than 22 AND LESS than 6. If it is between 22 and 6 it waits 30min and check it again. If it is more than 6 break the loop and continue. The problem is that the script is not stoping after 22.... is there something wrong with that if...
by corcova
23 Apr 2022, 14:42
Forum: Ask for Help (v1)
Topic: Excel. how to paste a multline content, each one in a row Topic is solved
Replies: 3
Views: 293

Re: Excel. how to paste a multline content, each one in a row Topic is solved

Hello flyingDman Thank you Very much. Didn't know that paste special thing (function?) Just a question: what the purpose x y z in front of the variable? Is it the template which the pastespecial will follow? X Y Z You can use the clipboard for that: list_of_links = ( x y z ) clipboard := list_of_lin...
by corcova
23 Apr 2022, 12:14
Forum: Ask for Help (v1)
Topic: Excel. how to paste a multline content, each one in a row Topic is solved
Replies: 3
Views: 293

Excel. how to paste a multline content, each one in a row Topic is solved

Hi, folks! Im always find solution here at forum, cant find this one, so im asking :D I have a script which insert the content of Clipboard in the first empty cell in ColumnA. My problem is: the content of the Clipboard is a list of links. When I paste manually, each link (each line), goes into a in...

Go to advanced search