<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: проблема с изменением переменной RegExMatch]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16492&amp;type=atom" />
	<updated>2021-07-19T17:01:21Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16492</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: проблема с изменением переменной RegExMatch]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149007#p149007" />
			<content type="html"><![CDATA[<p>в моем случае кажется можно просто приплюсовать и ничего страшного не будет.<br /></p><div class="codebox"><pre><code>Mousemove,x+676,y+336</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alikhan]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41868</uri>
			</author>
			<updated>2021-07-19T17:01:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149007#p149007</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: проблема с изменением переменной RegExMatch]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149002#p149002" />
			<content type="html"><![CDATA[<p>Допустим я считал с файла координаты <em>x</em> и <em>y</em>.Как к этим координатам прибавить еще свое значение ,например x+676 ,y+336.Сколько пытался не получилось,переменные не воспринимаются как число.<br /></p><div class="codebox"><pre><code>;x+676 y+336
numpad1::
line := 63
loop
{
	line += 1
FileReadLine, rr, %lvl%, %line%
if ErrorLevel
        break
RegExMatch(rr,&quot;(.*)\Q,\E(.*)\Q,\E(.*)\Q,\E(.*)\Q,\E(.*)\Q,\E&quot;,x)
RegExMatch(rr,&quot;\Q,\E(.*)\Q,\E(.*)\Q,\E(.*)\Q,\E(.*)\Q,\E&quot;,y)
fileappend, %x1%`,%y1%`n, coords.txt
sleep 50
}
msgbox, готово!
exitapp
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alikhan]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41868</uri>
			</author>
			<updated>2021-07-19T12:19:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149002#p149002</id>
		</entry>
</feed>
