<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK:Чередование вывода.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13396</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13396&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK:Чередование вывода.».]]></description>
		<lastBuildDate>Mon, 22 Jan 2018 18:14:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK:Чередование вывода.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=123298#p123298</link>
			<description><![CDATA[<div class="codebox"><pre><code>text1 := &quot;text1&quot; 
text2 := &quot;text2&quot;

F3::Msgbox % (x:=!x) ? text1 : text2</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Mon, 22 Jan 2018 18:14:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=123298#p123298</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Чередование вывода.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=123286#p123286</link>
			<description><![CDATA[<p>Спасибо.<br />Исправил.</p>]]></description>
			<author><![CDATA[null@example.com (234783g)]]></author>
			<pubDate>Mon, 22 Jan 2018 11:45:27 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=123286#p123286</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Чередование вывода.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=123285#p123285</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (KusochekDobra)]]></author>
			<pubDate>Mon, 22 Jan 2018 11:35:09 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=123285#p123285</guid>
		</item>
		<item>
			<title><![CDATA[AHK:Чередование вывода.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=123284#p123284</link>
			<description><![CDATA[<p>Допустим есть две тестовые переменные text1 и text2, можно ли сделать так, чтобы при первом нажатие выводилась в msgbox text1, при втором&nbsp; text2, при третьем text1, при четвёртом text2 и так далее до n-го нажатия.</p>]]></description>
			<author><![CDATA[null@example.com (234783g)]]></author>
			<pubDate>Mon, 22 Jan 2018 09:28:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=123284#p123284</guid>
		</item>
	</channel>
</rss>
