Search found 33 matches

by Ernestas
29 Jun 2018, 07:23
Forum: Ask for Help (v1)
Topic: Regex match between two symbols
Replies: 3
Views: 749

Re: Regex match between two symbols

Thank you guys!!! Works just fine!!!
by Ernestas
29 Jun 2018, 04:28
Forum: Ask for Help (v1)
Topic: Regex match between two symbols
Replies: 3
Views: 749

Regex match between two symbols

hello guys!

Is it possible to macth text with regex between two symbols?

For example if a string looks like this "Name Surname <name.surname@gmail.com>"
would it be posible to get text which is only in these <>, so it is name.surname@gmail.com?

Thank you!!!
by Ernestas
06 Jun 2018, 01:00
Forum: Ask for Help (v1)
Topic: IE send ctrl + s
Replies: 2
Views: 668

Re: IE send ctrl + s

It still won't work ...
by Ernestas
05 Jun 2018, 07:16
Forum: Ask for Help (v1)
Topic: IE send ctrl + s
Replies: 2
Views: 668

IE send ctrl + s

hello guy!! I have a simple code and problem that I can not solve. I want to change one value in internet exploerer web based program and simply send ctrl + s to save what i changed. The problem is it doesn't save it (manuly it does). I've tried sendinput, sendplay, sendevent, tried with {ctrl} + s,...
by Ernestas
30 May 2018, 07:31
Forum: Ask for Help (v1)
Topic: Identify/Activate web pages
Replies: 1
Views: 421

Identify/Activate web pages

Hello guys, I have a little problem identifying web pages (not tabs). For example, If i press on the button in some internet web page and It opens a new page (not tab) how do I make my code work on that new page? That would help me a lot, Thank you!!! example: !x:: pwb := WBGet() pwb.document.getEle...
by Ernestas
03 May 2018, 01:56
Forum: Ask for Help (v1)
Topic: Regexreplace spaces Topic is solved
Replies: 2
Views: 1121

Re: Regexreplace spaces Topic is solved

silly me, thank you very much !!
by Ernestas
03 May 2018, 00:56
Forum: Ask for Help (v1)
Topic: Regexreplace spaces Topic is solved
Replies: 2
Views: 1121

Regexreplace spaces Topic is solved

hello guys. I am kind a new to AHK and need some help from you guys .. :) I need my clipboard string to be without spaces just didgits and for some reason it doesn't work. here is my skript : !s:: string = %clipboard% new_string := RegExReplace (string, "\s", "") msgbox, % string "`n" new_string ret...
by Ernestas
18 Apr 2018, 23:22
Forum: Ask for Help (v1)
Topic: setting variable in array IE
Replies: 2
Views: 570

Re: setting variable in array IE

hey,

thank you! my silly mistake with the brackets..
by Ernestas
18 Apr 2018, 06:20
Forum: Ask for Help (v1)
Topic: setting variable in array IE
Replies: 2
Views: 570

setting variable in array IE

hello guys, I have faced with one more problem. I need to set var_index variable's value in the pwb.document.GetElementsByTagName("A")[var_index].click to activate click function. Does anyone know how to do it, thank you !!! if (pwb.document.getElementsByClassName("xxx").length > 1 ){ var_length := ...
by Ernestas
18 Apr 2018, 04:47
Forum: Ask for Help (v1)
Topic: IE loop break
Replies: 2
Views: 511

Re: IE loop break

hej, thanks for advise!
by Ernestas
18 Apr 2018, 02:21
Forum: Ask for Help (v1)
Topic: IE loop break
Replies: 2
Views: 511

IE loop break

Hello guys, I have this problem that can not sovle it :oops: . I want to break out of the loop when there are no more Variable "Var := pwb.document.getElementsByClassName("siebui-search-col1")[A_Index-1].InnerText". I get the error message 0x80020006 Unknown name. I dont know gow to identify that em...
by Ernestas
18 Apr 2018, 01:43
Forum: Ask for Help (v1)
Topic: Error: 0x80020006-Unknown name. IE
Replies: 2
Views: 877

Re: Error: 0x80020006-Unknown name. IE

Thank you! :)
by Ernestas
16 Apr 2018, 02:34
Forum: Ask for Help (v1)
Topic: Error: 0x80020006-Unknown name. IE
Replies: 2
Views: 877

Error: 0x80020006-Unknown name. IE

hello, It used to work but now for some reason it stopped and I cannot figure it out why. It's just seems imposible to get that text from page. Could anyone please help me? Thank tou loop{ Var:=pwb.document.getElementsByClassName("siebui-search-col1")[A_Index-1].InnerText ; this is the problem Var_V...

Go to advanced search