<?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=8627&amp;type=atom" />
	<updated>2013-08-28T10:47:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8627</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: конфигурация скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75032#p75032" />
			<content type="html"><![CDATA[<p>Не сочтите за дерзость, если, по вашему мнению, вам что-то кинули в лицо, настоятельно рекоменую обратиться в соответствующие органы с заявлением о покушении на вашу жизнь, или как минимум - на здоровье, честь и достоинство.<br />Если же нет - воздержитесь от постов в таком ключе.</p><p>По сабжу ответ дан выше, хотя обычно INI файл имеет структуру</p><p>[секция 1]<br />переменная1=значение1<br />...<br />[секция2]<br />...</p><div class="codebox"><pre><code>IniRead, Delay, settings.ini, Options, Delay,5
Delay *= 1000
Sleep Delay
MsgBox % Delay
Return</code></pre></div><p>settings.ini<br /></p><div class="codebox"><pre><code>[Options]
Delay=2</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2013-08-28T10:47:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75032#p75032</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: конфигурация скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75031#p75031" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
FileReadLine,tt,setting.ini,1
Sleep,1000*%tt%
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[letopisec]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30333</uri>
			</author>
			<updated>2013-08-28T10:35:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75031#p75031</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: конфигурация скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75024#p75024" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p><span style="color: #008800"><strong>pawnmen</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/rules.html#3.11.">Правилами</a>, отредактируйте пост.</span></p></blockquote></div><p>Всё,а может вы всё таки поможете,а не будете кидать мне в лицо правила,не сочтите за дерзость.</p>]]></content>
			<author>
				<name><![CDATA[pawnmen]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30532</uri>
			</author>
			<updated>2013-08-28T08:45:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75024#p75024</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: конфигурация скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75021#p75021" />
			<content type="html"><![CDATA[<p><span style="color: #008800"><strong>pawnmen</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/rules.html#3.11.">Правилами</a>, отредактируйте пост.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-08-28T08:27:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75021#p75021</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: конфигурация скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75020#p75020" />
			<content type="html"><![CDATA[<p>Приветствую.<br />У меня вопрос,надеюсь поможете:<br />Конфигурация файла<br />У меня имеется файл setting.ini лежит в папке со скриптом в нём,на первой строке написана цифра,то есть например 5,как сделать чтобы скрипт все таймеры Sleep сделал равные той цифре из файла с первой строки умноженную на 1000.</p>]]></content>
			<author>
				<name><![CDATA[pawnmen]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30532</uri>
			</author>
			<updated>2013-08-28T07:50:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75020#p75020</id>
		</entry>
</feed>
