<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Нужна помощь по команде StringSplit]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14836&amp;type=atom" />
	<updated>2020-04-21T16:41:38Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14836</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139110#p139110" />
			<content type="html"><![CDATA[<p>Спасибо, заработало.</p>]]></content>
			<author>
				<name><![CDATA[etrus]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40770</uri>
			</author>
			<updated>2020-04-21T16:41:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139110#p139110</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139108#p139108" />
			<content type="html"><![CDATA[<p>Двоеточие возьми в кавычки.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2020-04-21T16:17:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139108#p139108</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139107#p139107" />
			<content type="html"><![CDATA[<p>Здравствуйте, как обработать строку вида: логин:пароль. Пример из инструкции, если поставить двоеточие не работает.<br /></p><div class="codebox"><pre><code>FileReadLine, l_p, \\Vboxsvr\firefox\login.txt, 1
login_password := StrSplit(l_p, :)
MsgBox % login_password[1] login_password[2]</code></pre></div>]]></content>
			<author>
				<name><![CDATA[etrus]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40770</uri>
			</author>
			<updated>2020-04-21T15:55:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139107#p139107</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134797#p134797" />
			<content type="html"><![CDATA[<p><strong>slavak26</strong>,<br /></p><div class="codebox"><pre><code>StringReplace, переменная_с_ником, переменная_с_ником, % &quot;_&quot;, % &quot; &quot;, All ;       All если нужно заменить все &quot;_&quot; на пробел.</code></pre></div>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2019-07-08T14:03:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134797#p134797</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134744#p134744" />
			<content type="html"><![CDATA[<p>RegExReplace не нужен. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-06-22T15:03:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134744#p134744</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134743#p134743" />
			<content type="html"><![CDATA[<p>Ты присвоил переменной пустую строку. Молодец..<br /></p><div class="codebox"><pre><code>Msgbox, % RegExReplace(&quot;Nick_Name&quot;, &quot;_&quot;, &quot; &quot;)
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2019-06-22T14:49:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134743#p134743</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134741#p134741" />
			<content type="html"><![CDATA[<p>Не-не, тут вряд ли вам вот так просто за вас код сделают. Тем более как бы эта команда простейшая, просто зайдите в справку (даже перевод есть) и прочитайте.</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-06-21T18:28:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134741#p134741</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134738#p134738" />
			<content type="html"><![CDATA[<p>Можно и с ним, напишите кто-нибудь код).</p>]]></content>
			<author>
				<name><![CDATA[slavak26]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40222</uri>
			</author>
			<updated>2019-06-21T15:31:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134738#p134738</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134733#p134733" />
			<content type="html"><![CDATA[<p>Stringreplace?</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-06-21T12:08:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134733#p134733</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Нужна помощь по команде StringSplit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134731#p134731" />
			<content type="html"><![CDATA[<p>Здравствуйте, нужна помощь. Помогите додумать скрипт<br />Команда должна менять знак &quot;_&quot; на пробел.</p><div class="codebox"><pre><code>F9::
TestString := Ion_Gard
word_array := StrSplit(TestString, `_, &quot; &quot;)
myname := word_array[1]&quot; &quot;word_array[2]
msgbox, %myname%  
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[slavak26]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40222</uri>
			</author>
			<updated>2019-06-21T11:33:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134731#p134731</id>
		</entry>
</feed>
