<?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=12047&amp;type=atom" />
	<updated>2016-09-28T16:51:04Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12047</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108087#p108087" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>freeZer0K</strong>, предложения начинаются с заглавной буквы и заканчиваются точкой.<br />Код должен быть оформлен тегом &quot;code&quot;. Исправьте.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-09-28T16:51:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108087#p108087</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108086#p108086" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>ChList := &quot;E:\Karos\antiobj\changed\resunpak\Map\asmara\Map\asmara0.obj&quot;
ScriptDir := &quot;E:\Karos&quot;
kavichki := &quot;&quot;&quot;&quot;
needrep := % &quot;&quot; kavichki ScriptDir &quot;\antiobj\changed\&quot; kavichki &quot;&quot;

ChList := RegExReplace(&quot;&quot;&quot;&quot; ChList &quot;&quot;&quot;&quot;, needrep, &quot;&quot;)
msgbox % ChList</code></pre></div><p>так что ли???</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T16:39:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108086#p108086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108085#p108085" />
			<content type="html"><![CDATA[<p>не пойму, что надо ....</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T16:33:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108085#p108085</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108084#p108084" />
			<content type="html"><![CDATA[<p>needrep := % &quot;&quot; kavichki &quot;&quot; ScriptDir &quot;\antiobj\changed\&quot; kavichki &quot;&quot;</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T16:29:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108084#p108084</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108083#p108083" />
			<content type="html"><![CDATA[<p><strong>freeZer0K</strong></p><p>Вернее, тут есть одна загвоздка - когда ты просто объявляешь переменную кодом<br /></p><div class="codebox"><pre><code>var := &quot;&quot;&quot;&quot;</code></pre></div><p>выводятся действительно одиночные кавычки, но здесь<br /></p><div class="codebox"><pre><code>ChList := &quot;E:\Karos\antiobj\changed\resunpak\Map\asmara\Map\asmara0.obj&quot;
ScriptDir := &quot;E:\Karos&quot;
kavichki := &quot;&quot;&quot;&quot;
needrep := kavichki ScriptDir &quot;\antiobj\changed\&quot; kavichki

ChList := RegExReplace(ChList, %needrep%, &quot;&quot;)
msgbox, %ChList%

</code></pre></div><p>происходит иначе... А иначе не надо.</p>]]></content>
			<author>
				<name><![CDATA[NektoN95]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32518</uri>
			</author>
			<updated>2016-09-28T16:21:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108083#p108083</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108081#p108081" />
			<content type="html"><![CDATA[<p>MsgBox % Var &quot;&quot;&quot;&quot;</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T16:08:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108081#p108081</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108080#p108080" />
			<content type="html"><![CDATA[<p><strong>freeZer0K</strong> Facepalm, перемененная должна содержать знак &quot; И ТОЛЬКО ЕГО.<br />К примеру пара кавычек запехивается элементарно<br /></p><div class="codebox"><pre><code>Var := &quot;&quot;&quot;&quot;</code></pre></div><p>А надо одну. На первый взгляд логично было-бы написать или так<br /></p><div class="codebox"><pre><code>Var := `&quot;</code></pre></div><p>или так<br /></p><div class="codebox"><pre><code>Var := &quot;&quot;&quot;</code></pre></div><p>Но и то и другое бред собачий с точки зрения интерпритатора ahk. Надо как-то по-другому.</p>]]></content>
			<author>
				<name><![CDATA[NektoN95]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32518</uri>
			</author>
			<updated>2016-09-28T16:06:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108080#p108080</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108079#p108079" />
			<content type="html"><![CDATA[<p>MsgBox % Var := &quot;&quot;&quot;бубль гум!&quot;</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T16:03:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108079#p108079</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108078#p108078" />
			<content type="html"><![CDATA[<p>&quot; - это двойные кавычки</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T16:02:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108078#p108078</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108077#p108077" />
			<content type="html"><![CDATA[<p><strong>freeZer0K</strong> Facepalm, перемененная должна содержать знак &quot;</p>]]></content>
			<author>
				<name><![CDATA[NektoN95]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32518</uri>
			</author>
			<updated>2016-09-28T15:59:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108077#p108077</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108076#p108076" />
			<content type="html"><![CDATA[<p>... хотя, работает и так</p><p>Var := &quot;&#039;бубль гум!&quot;<br />MsgBox % Var</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T15:54:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108076#p108076</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108075#p108075" />
			<content type="html"><![CDATA[<p>Var := &quot;`&#039;бубль гум!&quot;<br />MsgBox % Var</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T15:52:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108075#p108075</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108074#p108074" />
			<content type="html"><![CDATA[<p>тоже самое - ставь &quot;зубочистку `&quot;</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T15:51:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108074#p108074</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108073#p108073" />
			<content type="html"><![CDATA[<p>Я про <span class="bbu">кавычки</span>, а вы поставили <span class="bbu">знак акцента</span>. Под словом одиночные я имел ввиду непарные.</p>]]></content>
			<author>
				<name><![CDATA[NektoN95]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32518</uri>
			</author>
			<updated>2016-09-28T15:46:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108073#p108073</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108072#p108072" />
			<content type="html"><![CDATA[<p>MsgBox % Var &quot;``бубль гум!&quot;</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2016-09-28T15:42:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108072#p108072</id>
		</entry>
</feed>
