<?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=9935&amp;type=atom" />
	<updated>2014-08-29T20:02:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9935</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Список]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86177#p86177" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>wText := [1,&quot;т1&quot;,&quot;т2&quot;,&quot;т34&quot;]
return

F1::
addChatMessage(wText[wText[1]:=wText[1]=wText.MaxIndex()?2:++wText[1]]) 
return


; код ниже - для проверки работы, не нужен при #include SAMP.ahk
addChatMessage(t) {
   MsgBox % t
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2014-08-29T20:02:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86177#p86177</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Список]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86176#p86176" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#include SAMP.ahk
!Numpad5::
wText := &quot;Текст`n&quot;
addChatMessage(wText) 
return
</code></pre></div><p>Как сделать так чтобы выполнялось по очереди.</p><div class="codebox"><pre><code>
wText := wText1, wText2
wText1 := &quot;т1&quot;
wText2 := &quot;т2&quot;
</code></pre></div><p>Но выдает ошибку, прошу помочь.</p>]]></content>
			<author>
				<name><![CDATA[zomozor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32471</uri>
			</author>
			<updated>2014-08-29T18:32:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86176#p86176</id>
		</entry>
</feed>
