<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Взять Nое  слово из последовательности M слов]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=18071&amp;type=atom" />
	<updated>2024-01-20T20:23:01Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=18071</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взять Nое  слово из последовательности M слов]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159979#p159979" />
			<content type="html"><![CDATA[<p>В справке примеры есть.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-01-20T20:23:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159979#p159979</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взять Nое  слово из последовательности M слов]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159978#p159978" />
			<content type="html"><![CDATA[<p><strong>andy319</strong></p><div class="codebox"><pre><code>String := &quot;String, Delimiters, OmitChars, MaxParts&quot;
Array := StrSplit(String, &quot;, &quot;)
MsgBox, % Array[3]	;3:OmitChars</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2024-01-20T19:42:15Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159978#p159978</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взять Nое  слово из последовательности M слов]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159977#p159977" />
			<content type="html"><![CDATA[<p>Вот я сыщик...:(&nbsp; Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[andy319]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43494</uri>
			</author>
			<updated>2024-01-20T17:35:49Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159977#p159977</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взять Nое  слово из последовательности M слов]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159976#p159976" />
			<content type="html"><![CDATA[<p>Как вы пришли к такому выводу? Знаете о существовании справки?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-01-20T17:16:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159976#p159976</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взять Nое  слово из последовательности M слов]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159975#p159975" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>StrSplit()</p></blockquote></div><p>Это видимо вне&nbsp; AHK?</p>]]></content>
			<author>
				<name><![CDATA[andy319]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43494</uri>
			</author>
			<updated>2024-01-20T17:14:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159975#p159975</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взять Nое  слово из последовательности M слов]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159974#p159974" />
			<content type="html"><![CDATA[<p>Смотрите StrSplit().</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-01-20T17:02:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159974#p159974</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Взять Nое  слово из последовательности M слов]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159973#p159973" />
			<content type="html"><![CDATA[<p>Здравствуйте!<br />Уперся в проблему - есть строка из, допустим, 20 слов.&nbsp; Как выдернуть&nbsp; 5 слово? Разделитель еще не смотрел, пусть будет Пробел. Наверняка уже где то есть намеки.</p>]]></content>
			<author>
				<name><![CDATA[andy319]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43494</uri>
			</author>
			<updated>2024-01-20T16:48:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159973#p159973</id>
		</entry>
</feed>
