<?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=11181&amp;type=atom" />
	<updated>2015-12-28T17:44:39Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11181</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Математические выражения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100004#p100004" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>IfExist % file</code></pre></div><p>Это лишнее, читайте про 5 параметр.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-12-28T17:44:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100004#p100004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Математические выражения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99985#p99985" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>file := &quot;options.ini&quot;

IfExist % file
	IniRead,var,% file,Section,var
else
	var = 0


Gui add,text,,Каждым закрытием и открытием этого скрипта, значение &#039;%var%&#039; будет увеличено на 1.
Gui show
return

GuiClose:
var++
IniWrite,% var,% file,Section,var
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2015-12-27T17:58:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99985#p99985</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Математические выражения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99982#p99982" />
			<content type="html"><![CDATA[<p>Добрый день всем.Помогите пожалуйста как сделать так, что бы была запись в ini файл числа.<br />То есть, в значение параметра прибавляется 1</p>]]></content>
			<author>
				<name><![CDATA[Leva2.aksenov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33538</uri>
			</author>
			<updated>2015-12-27T17:30:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99982#p99982</id>
		</entry>
</feed>
