<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8870&amp;type=atom" />
	<updated>2013-11-07T15:26:04Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=8870</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод только цифр]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=77039#p77039" />
			<content type="html"><![CDATA[<p>Спасибо, работает.</p>]]></content>
			<author>
				<name><![CDATA[sergeiplugatyr]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=30382</uri>
			</author>
			<updated>2013-11-07T15:26:04Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=77039#p77039</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод только цифр]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=77038#p77038" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>cfg = Hello World (509)
MsgBox % RegExReplace(cfg, &quot;[^\d]&quot;, &quot;$1&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-11-07T15:18:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=77038#p77038</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Вывод только цифр]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=77037#p77037" />
			<content type="html"><![CDATA[<p>У меня есть вопрос, есть к примеру переменная<br /></p><div class="codebox"><pre><code>cfg = Hello World (509)</code></pre></div><p>Как вытащить из этой переменной только цифры?Цифры в этой переменной постоянно меняются.</p>]]></content>
			<author>
				<name><![CDATA[sergeiplugatyr]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=30382</uri>
			</author>
			<updated>2013-11-07T14:56:19Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=77037#p77037</id>
		</entry>
</feed>
