<?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=14602&amp;type=atom" />
	<updated>2019-02-24T10:02:43Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14602</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка переменной на наличие значения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132449#p132449" />
			<content type="html"><![CDATA[<p>Спасибо большое</p>]]></content>
			<author>
				<name><![CDATA[besmojio4b]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39527</uri>
			</author>
			<updated>2019-02-24T10:02:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132449#p132449</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка переменной на наличие значения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132447#p132447" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>str := &quot;Строка с тремя пробелами&quot;
StrReplace(str, &quot; &quot;, &quot;&quot;, space_count)
MsgBox % space_count</code></pre></div>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2019-02-24T09:50:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132447#p132447</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка переменной на наличие значения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132446#p132446" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong> Та не, мне не совсем это нужно, мне нужно, чтобы можно было проверить на пробелы, ну то есть на 1 пробел ещё можно как-то проверить, но если их будет много.</p>]]></content>
			<author>
				<name><![CDATA[besmojio4b]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39527</uri>
			</author>
			<updated>2019-02-24T09:42:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132446#p132446</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка переменной на наличие значения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132444#p132444" />
			<content type="html"><![CDATA[<p>If var [not] in/contains value1,value2,...</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2019-02-24T09:30:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132444#p132444</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Проверка переменной на наличие значения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132442#p132442" />
			<content type="html"><![CDATA[<p>В общем, не могу понять, как сделать проверку на переменную, на то, есть ли в ней значение<br />К примеру после функции InputBox, нужно проверить переменную на то, пустота/пробелы ли в ней или нет, на пустоту можно проверить с помощью </p><div class="codebox"><pre><code>if (var != &quot;&quot;)</code></pre></div><p> Но не знаю, как на пробелы, помогите плез.</p>]]></content>
			<author>
				<name><![CDATA[besmojio4b]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39527</uri>
			</author>
			<updated>2019-02-24T09:01:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132442#p132442</id>
		</entry>
</feed>
