<?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=13111&amp;type=atom" />
	<updated>2017-10-23T05:45:59Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13111</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Пустое значение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120321#p120321" />
			<content type="html"><![CDATA[<p><strong>Phoenixxx_Czar</strong>, спасибо!</p>]]></content>
			<author>
				<name><![CDATA[sanniauto]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38823</uri>
			</author>
			<updated>2017-10-23T05:45:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120321#p120321</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Пустое значение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120312#p120312" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>InputBox, outvar
if (outvar == &quot;&quot;)
	MsgBox, % &quot;Вы ничего не ввели&quot;
else if outvar is number
	MsgBox, % outvar</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2017-10-23T02:01:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120312#p120312</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Пустое значение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120308#p120308" />
			<content type="html"><![CDATA[<p>Если, например пользователь вводит в InputBox число, скрипт должен вывести в Msgbox это значение. А, если например пользователь ничего не ввёл а просто нажал Enter, значение пустое - скрипт должен высветить в msgbox, вы ничего не ввели, всем спасибо.</p>]]></content>
			<author>
				<name><![CDATA[sanniauto]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38823</uri>
			</author>
			<updated>2017-10-22T22:56:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120308#p120308</id>
		</entry>
</feed>
