<?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=9961&amp;type=atom" />
	<updated>2014-09-10T15:35:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9961</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Функция для деления без остатка и вычисления остатка от деления]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86387#p86387" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>целочисленное деление</p></blockquote></div><p>Оно самое. Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[NektoN95]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32518</uri>
			</author>
			<updated>2014-09-10T15:35:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86387#p86387</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Функция для деления без остатка и вычисления остатка от деления]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86386#p86386" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>MsgBox % Mod(5, 2)
MsgBox % 5 // 2
MsgBox % InStr(55.22, &quot;.&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-09-10T15:34:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86386#p86386</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Функция для деления без остатка и вычисления остатка от деления]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86385#p86385" />
			<content type="html"><![CDATA[<p>Если имеется в виду целочисленное деление, то оператор //. Остаток — функция Mod(делимое, делитель).</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2014-09-10T15:32:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86385#p86385</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Функция для деления без остатка и вычисления остатка от деления]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86383#p86383" />
			<content type="html"><![CDATA[<p>Для этого в ahk есть специальная функция? Если нет, то какой функцией можно определить положение символа (точки) в строке?</p>]]></content>
			<author>
				<name><![CDATA[NektoN95]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32518</uri>
			</author>
			<updated>2014-09-10T15:17:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86383#p86383</id>
		</entry>
</feed>
