<?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=16454&amp;type=atom" />
	<updated>2021-06-29T08:12:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16454</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переменная в окне не пишется.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148677#p148677" />
			<content type="html"><![CDATA[<p><strong>misha_057</strong>, это суеверие. Лучше не забывайте про точки, смайлик точку не заменяет.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-06-29T08:12:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148677#p148677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переменная в окне не пишется.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148676#p148676" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />&quot;:=&quot; сменил на &quot;=&quot;, это иногда помогает <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[misha_057]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29511</uri>
			</author>
			<updated>2021-06-29T06:43:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148676#p148676</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переменная в окне не пишется.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148623#p148623" />
			<content type="html"><![CDATA[<p><strong>sptrap</strong>, между первым и вторым вариантом нет никакой разницы. Кроме того, ваш код невозможно запустить, так как присутствует не определённая функция ShowDialog().</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-06-27T14:12:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148623#p148623</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переменная в окне не пишется.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148616#p148616" />
			<content type="html"><![CDATA[<p>Если кому, то потребуется, то решено.<br />Нужно сделать следующий код:<br /></p><div class="codebox"><pre><code>zet=0
ans=0

norma() {
	str_norma = 
	(
{32CD32}норма по /lala {FF8C00}- %zet%.
{32CD32}норма по /rara {FF8C00}- %ans%.

{FF8C00}Текущее время: %A_DD%:%A_MM%:%A_Hour%:%A_Min%.

	)
	ShowDialog(0, &quot;{FF8C00}Твоя выполненная норма.&quot;, str_norma, &quot;Закрыть&quot;)
}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[sptrap]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41837</uri>
			</author>
			<updated>2021-06-26T22:14:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148616#p148616</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Переменная в окне не пишется.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148610#p148610" />
			<content type="html"><![CDATA[<p>Есть некая форма, в которой нужно указать переменные zet и ans. (не игровой)<br />*примечание , переменные не выводятся, как сделать так , что бы вывелись<br /></p><div class="codebox"><pre><code>
zet:=0
ans:=0

norma() {
	str_norma = 
	(
{32CD32}норма по /lala {FF8C00}- %zet%.
{32CD32}норма по /rara {FF8C00}- %ans%.

{FF8C00}Текущее время: %A_DD%:%A_MM%:%A_Hour%:%A_Min%.

	)
	ShowDialog(0, &quot;{FF8C00}Твоя выполненная норма.&quot;, str_norma, &quot;Закрыть&quot;)
}
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[sptrap]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41837</uri>
			</author>
			<updated>2021-06-26T18:50:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148610#p148610</id>
		</entry>
</feed>
