<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: как вбить в переменную]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9156&amp;type=atom" />
	<updated>2014-01-16T14:35:01Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9156</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: как вбить в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79242#p79242" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
ID = Nikname_Nikname [157]
RegExMatch(ID, &quot;.*\[(\d+)]&quot;, Match)
MsgBox %  Match1

ID = Nikname [3345]
RegExMatch(ID, &quot;.*\[(\d+)]&quot;, Match)
MsgBox %  Match1
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-01-16T14:35:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79242#p79242</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: как вбить в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79233#p79233" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>BashkaMen пишет:</cite><blockquote><p>Есть строка в файле: Nikname_Nikname [157]<br />Число и ник будут меняться.<br />Нужно что б при появлении похожей строки вывести числа в переменную, иммено числа!</p></blockquote></div><p>Ни привета, ни пожалуйста... Свой код выложи, а то ничего не понятно кого и чем вбить.</p>]]></content>
			<author>
				<name><![CDATA[Zohann]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26234</uri>
			</author>
			<updated>2014-01-16T08:47:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79233#p79233</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: как вбить в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79229#p79229" />
			<content type="html"><![CDATA[<p>Есть переменная ID её значение: Nikname_Nikname [157]<br />Число&nbsp; будет меняться.<br />Нужно что б при появлении похожей строки вывести числа в переменную, иммено числа!<br />Помогите пожалуйста создать код.</p>]]></content>
			<author>
				<name><![CDATA[BashkaMen]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30800</uri>
			</author>
			<updated>2014-01-16T06:46:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79229#p79229</id>
		</entry>
</feed>
