<?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=11583&amp;type=atom" />
	<updated>2016-05-12T06:24:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11583</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задача по нумерации]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103680#p103680" />
			<content type="html"><![CDATA[<p>Разобрался через loop, read</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-05-12T06:24:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103680#p103680</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задача по нумерации]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103679#p103679" />
			<content type="html"><![CDATA[<p>Возможно ли как-нибудь занести в </p><div class="codebox"><pre><code>price := Array(&quot;20&quot;,&quot;30&quot;,&quot;40&quot;)</code></pre></div><p> большой список значений, чтобы также отсортировать?<br />То бишь что-бы не вручную вносить, ибо список очень большой.<br />Список выглядит примерно так:<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><p>ыва<br />ыва<br />ыва<br />ыва<br />ыва<br />ыв<br />ыва<br />ыва<br />ыва<br />и тд...</p></div></div>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-05-12T05:56:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103679#p103679</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задача по нумерации]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103678#p103678" />
			<content type="html"><![CDATA[<p>Спасибо</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-05-12T05:50:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103678#p103678</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задача по нумерации]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103677#p103677" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>price := Array(&quot;20&quot;,&quot;30&quot;,&quot;40&quot;) ; (&quot;1&quot;,&quot;2&quot;,&quot;3&quot;)
Gui, Add, ComboBox, AltSubmit vFrukti, яблоко|груша|мандарин
Gui, Add, Button, default xm, OK
Gui, Show
return

GuiClose:
GuiEscape:
ExitApp
ButtonOK:
Gui, Submit, NoHide
MsgBox, % Frukti &quot;`n&quot;price[Frukti]</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Nikva]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27416</uri>
			</author>
			<updated>2016-05-12T05:40:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103677#p103677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Задача по нумерации]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103676#p103676" />
			<content type="html"><![CDATA[<p>Здравствуйте.<br />Помогите решить задачу:<br /></p><div class="codebox"><pre><code>
Gui, Add, ComboBox, AltSubmit vFrukti, яблоко|груша|мандарин
Gui, Add, Button, default xm, OK
Gui, Show
return

GuiClose:
GuiEscape:
ExitApp
ButtonOK:
Gui, Submit
MsgBox, %Frukti% 

price := (&quot;20&quot;,&quot;30&quot;,&quot;40&quot;) ; (&quot;1&quot;,&quot;2&quot;,&quot;3&quot;)

</code></pre></div><p>Нужно решение. Когда выбираешь один из фруктов в переменную заносится его порядковый номер, а этот номер соответствующий номеру в переменной &quot;price&quot;, должен выводить цену.</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-05-12T05:20:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103676#p103676</id>
		</entry>
</feed>
