<?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=13396&amp;type=atom" />
	<updated>2018-01-22T18:14:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13396</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Чередование вывода.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123298#p123298" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>text1 := &quot;text1&quot; 
text2 := &quot;text2&quot;

F3::Msgbox % (x:=!x) ? text1 : text2</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2018-01-22T18:14:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123298#p123298</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Чередование вывода.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123286#p123286" />
			<content type="html"><![CDATA[<p>Спасибо.<br />Исправил.</p>]]></content>
			<author>
				<name><![CDATA[234783g]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39015</uri>
			</author>
			<updated>2018-01-22T11:45:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123286#p123286</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Чередование вывода.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123285#p123285" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
text1 := &quot;text1&quot;, text2 := &quot;text2&quot;
toggle := 1

F1::
	if (toggle)
		MsgBox,,Title,% text1
	else
		MsgBox,,Title,% text2
	toggle := !toggle
return
</code></pre></div><p>В названии темы префикс обязателен.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2018-01-22T11:35:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123285#p123285</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Чередование вывода.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123284#p123284" />
			<content type="html"><![CDATA[<p>Допустим есть две тестовые переменные text1 и text2, можно ли сделать так, чтобы при первом нажатие выводилась в msgbox text1, при втором&nbsp; text2, при третьем text1, при четвёртом text2 и так далее до n-го нажатия.</p>]]></content>
			<author>
				<name><![CDATA[234783g]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39015</uri>
			</author>
			<updated>2018-01-22T09:28:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123284#p123284</id>
		</entry>
</feed>
