<?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=13866&amp;type=atom" />
	<updated>2018-06-20T14:02:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13866</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получаю заголовок окна, как получить только первые два символа?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126284#p126284" />
			<content type="html"><![CDATA[<p><strong>YMP</strong> ОГРОМНОЕ СПАСИБО!!! Получилось! )</p>]]></content>
			<author>
				<name><![CDATA[diskspace45]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39339</uri>
			</author>
			<updated>2018-06-20T14:02:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126284#p126284</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получаю заголовок окна, как получить только первые два символа?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126280#p126280" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
DveCifry := SubStr(Title, 1, 2)
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2018-06-20T13:51:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126280#p126280</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Получаю заголовок окна, как получить только первые два символа?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126275#p126275" />
			<content type="html"><![CDATA[<p>Вот такой скрипт<br /></p><div class="codebox"><pre><code>F1::
WinGetActiveTitle, Title
FileDelete C:\Test.txt
FileAppend,
(
%Title%
), C:\Test.txt
MsgBox, %Title%</code></pre></div><p>Все окна имеют вид<br />01_xxxx<br />02_yyyy<br />Как мне получить только первые два символа 01 и 02 (имею ввиду одного только активного окна)<br />Может регулярными выражениями?<br />Подскажите, буду очень признателен</p>]]></content>
			<author>
				<name><![CDATA[diskspace45]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39339</uri>
			</author>
			<updated>2018-06-20T13:18:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126275#p126275</id>
		</entry>
</feed>
