Search found 60 matches

by fedek
01 Aug 2017, 06:46
Forum: Ask for Help (v1)
Topic: parse links
Replies: 10
Views: 2219

Re: parse links

Example: Hi, bla bla bla this link https://vk.com So, bla bla bla bla https://vk.com/omg1 this group. End of example result1 should be "https://vk.com" result2 should be "https://vk.com/omg1". Something like this maybe: while cPos := RegExMatch(text, "(\Qhttps://vk.com\E.*[A-Za-z0-9\-_]) end here if...
by fedek
31 Jul 2017, 12:26
Forum: Ask for Help (v1)
Topic: parse links
Replies: 10
Views: 2219

parse links

How to parse links like "https://vk.com/" or "https://vk.com/feffe" including. How to stop parse behind the space?
by fedek
29 Jul 2017, 04:09
Forum: Ask for Help (v1)
Topic: RegExMatch (easy) Topic is solved
Replies: 2
Views: 764

Re: RegExMatch (easy) Topic is solved

Thanks!
by fedek
29 Jul 2017, 03:16
Forum: Ask for Help (v1)
Topic: RegExMatch (easy) Topic is solved
Replies: 2
Views: 764

RegExMatch (easy) Topic is solved

Hi, i have some text here. How to get to a variable everything from "Описание задания: "(`n) to "Внимание!", not including it. And where i can read about RegExMathc excluding help. Автор: Категория Социальные сети Отзывы о задании Отзывов нет Все задания автора Смотреть Избранное Добавить Мои отчёты...
by fedek
13 Apr 2017, 09:56
Forum: Ask for Help (v1)
Topic: loops
Replies: 4
Views: 1097

Re: loops

unfortunetly, not :/
by fedek
13 Apr 2017, 09:28
Forum: Ask for Help (v1)
Topic: loops
Replies: 4
Views: 1097

Re: loops

added :
i := 1
Fy := 1
Fx := 1
at the begging - its still wrong.
What i should do?
by fedek
13 Apr 2017, 09:06
Forum: Ask for Help (v1)
Topic: loops
Replies: 4
Views: 1097

loops

Here's a code
Spoiler
Why file colors.txt have 3000 blanks?
by fedek
09 Apr 2017, 08:37
Forum: Ask for Help (v1)
Topic: Reg ex Match
Replies: 5
Views: 2004

Re: Reg ex Match

Many thanks
by fedek
09 Apr 2017, 04:39
Forum: Ask for Help (v1)
Topic: Reg ex Match
Replies: 5
Views: 2004

Re: Reg ex Match

It founds only the first :/
by fedek
08 Apr 2017, 15:42
Forum: Ask for Help (v1)
Topic: Reg ex Match
Replies: 5
Views: 2004

Reg ex Match

There is a part on a page. Guys, please help me to get id from this (316977). Here are any ids in the page, so it shoul take all of them. <td class='normal' colspan='3'> <center> <span id='dyn_none316977' > <a onClick="start_surfing('http://add.seo-fast.ru/viewing_surfing?id=316977', '316977'); " ta...
by fedek
12 Feb 2017, 08:38
Forum: Ask for Help (v1)
Topic: Variables
Replies: 8
Views: 2078

Re: Variables

Tahks. My bad with spaces.
by fedek
11 Feb 2017, 15:19
Forum: Ask for Help (v1)
Topic: Variables
Replies: 8
Views: 2078

Re: Variables

I did, i think that i got it, but i dont know english well. So, whats the decision?
by fedek
11 Feb 2017, 13:24
Forum: Ask for Help (v1)
Topic: Variables
Replies: 8
Views: 2078

Re: Variables

StringReplace, appdata2, A_AppData, Roaming, Local
Folder:=%appdata2%\Google\Chrome\User Data\Default\Web Data

StringReplace, appdata2, A_AppData, Roaming, Local
Folder:=appdata2"\Google\Chrome\User Data\Default\Web Data"

Both errors, guys. The leftmost character above is illegal in an expression
by fedek
11 Feb 2017, 09:49
Forum: Ask for Help (v1)
Topic: Variables
Replies: 8
Views: 2078

Variables

StringReplace, appdata2, A_AppData, Roaming, Local folder := \Chrome\profr.ini Folder:="%appdata2%\Google\%folder%" The leftmost character above is illegal in an expression. Thats just an example. The idea is that i have two variables with \ and how to make a one folder frome two ofther (%appdata2%;...
by fedek
09 Feb 2017, 15:06
Forum: Ask for Help (v1)
Topic: How to use *
Replies: 2
Views: 777

Re: How to use *

To be more exactly i have used FileRemoveDir, C:\..., 1. Thats not a reason :/
by fedek
09 Feb 2017, 14:02
Forum: Ask for Help (v1)
Topic: How to use *
Replies: 2
Views: 777

How to use *

Trying to delete file by name - works fine.
FileRemoveDir, C:\Users\user\AppData\Local\Mozilla\Firefox\Profiles\kfh9ay74.default - копия
Trying to delete like this - dont works.
FileRemoveDir, C:\Users\user\AppData\Local\Mozilla\Firefox\Profiles\*
Whats the problem? Help me pls.
by fedek
09 Feb 2017, 14:01
Forum: Ask for Help (v1)
Topic: How to ignore error?
Replies: 2
Views: 1997

Re: How to ignore error?

thx
by fedek
08 Feb 2017, 14:22
Forum: Ask for Help (v1)
Topic: How to ignore error?
Replies: 2
Views: 1997

How to ignore error?

How to ignore error : " Error: 0x80020006 - ... name"
Specifically: 20"
ignore - not to display.
Help me please.
by fedek
30 Dec 2016, 13:19
Forum: Ask for Help (v1)
Topic: Variables
Replies: 5
Views: 1108

Re: Variables

Thanks. There is another question:
gg:=ттт
if gg != ууу1,contains еее
MsgBox 1
ExitApp

Why 1 ?
by fedek
30 Dec 2016, 12:58
Forum: Ask for Help (v1)
Topic: Variables
Replies: 5
Views: 1108

Variables

gg:=Добро
if !(gg contains Вход or Добро)
MsgBox +
ExitApp

Why + ?

Go to advanced search