<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: if and]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11705&amp;type=atom" />
	<updated>2016-06-10T16:58:57Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11705</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: if and]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105098#p105098" />
			<content type="html"><![CDATA[<p>Во-первых, нельзя использовать имена переменных, состоящие из одних цифр, во-вторых, опять же синтаксис:</p><div class="codebox"><pre><code>MyVar := 1
NewVar := MyVar
MsgBox, % NewVar</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-06-10T16:58:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105098#p105098</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: if and]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105096#p105096" />
			<content type="html"><![CDATA[<p>Раз уж тему открыл а ответ получил за секунду, то есть еще один вопрос <img src="//forum.script-coding.com/img/smilies/big_smile.png" width="15" height="15" />. В общем сделал inputbox куда впихнул 13:13 после чего хотел перенести в переменную (ибо мне так удобнее) и в общем если сделать Var1 := %1% (Предположем что OutPutVar у InPutBox`a 1) то выдает ошибку &quot;The following variable name contains an illegal character&quot;, можно ли с этим как то бороться?</p>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2016-06-10T16:47:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105096#p105096</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: if and]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105094#p105094" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, и в правду. ПРоблема была в одних % <img src="//forum.script-coding.com/img/smilies/big_smile.png" width="15" height="15" />. В общем тебе большое спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2016-06-10T16:16:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105094#p105094</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: if and]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105093#p105093" />
			<content type="html"><![CDATA[<p>Неверный синтаксис. Правильно:<br /></p><div class="codebox"><pre><code>if (gtime1 &gt;= 0 and gtime1 &lt;= 24)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-06-10T16:13:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105093#p105093</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: if and]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105090#p105090" />
			<content type="html"><![CDATA[<p>Здравствуйте! Случилась проблем со след. скриптом<br /> </p><div class="codebox"><pre><code>gtime1 := 13
if (%gtime1% &gt;= 0 and %gtime1% &lt;= 24)
goto 2step
else goto 3step
return

2step:
MsgBox,, Намана
return

3step:
MsgBox,, Не оч
return</code></pre></div><p>После такого когда if перебрасывается на 3step, никто не знает случаем, почему? <img src="//forum.script-coding.com/img/smilies/big_smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2016-06-10T16:05:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105090#p105090</id>
		</entry>
</feed>
