<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12047</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12047&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как запихнуть в переменную одиночные кавычки?».]]></description>
		<lastBuildDate>Wed, 28 Sep 2016 16:51:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108087#p108087</link>
			<description><![CDATA[<p><span style="color: green"><strong>freeZer0K</strong>, предложения начинаются с заглавной буквы и заканчиваются точкой.<br />Код должен быть оформлен тегом &quot;code&quot;. Исправьте.</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Wed, 28 Sep 2016 16:51:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108087#p108087</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108086#p108086</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 16:39:33 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108086#p108086</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108085#p108085</link>
			<description><![CDATA[<p>не пойму, что надо ....</p>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 16:33:57 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108085#p108085</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108084#p108084</link>
			<description><![CDATA[<p>needrep := % &quot;&quot; kavichki &quot;&quot; ScriptDir &quot;\antiobj\changed\&quot; kavichki &quot;&quot;</p>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 16:29:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108084#p108084</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108083#p108083</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (NektoN95)]]></author>
			<pubDate>Wed, 28 Sep 2016 16:21:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108083#p108083</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108081#p108081</link>
			<description><![CDATA[<p>MsgBox % Var &quot;&quot;&quot;&quot;</p>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 16:08:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108081#p108081</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108080#p108080</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (NektoN95)]]></author>
			<pubDate>Wed, 28 Sep 2016 16:06:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108080#p108080</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108079#p108079</link>
			<description><![CDATA[<p>MsgBox % Var := &quot;&quot;&quot;бубль гум!&quot;</p>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 16:03:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108079#p108079</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108078#p108078</link>
			<description><![CDATA[<p>&quot; - это двойные кавычки</p>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 16:02:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108078#p108078</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108077#p108077</link>
			<description><![CDATA[<p><strong>freeZer0K</strong> Facepalm, перемененная должна содержать знак &quot;</p>]]></description>
			<author><![CDATA[null@example.com (NektoN95)]]></author>
			<pubDate>Wed, 28 Sep 2016 15:59:46 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108077#p108077</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108076#p108076</link>
			<description><![CDATA[<p>... хотя, работает и так</p><p>Var := &quot;&#039;бубль гум!&quot;<br />MsgBox % Var</p>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 15:54:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108076#p108076</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108075#p108075</link>
			<description><![CDATA[<p>Var := &quot;`&#039;бубль гум!&quot;<br />MsgBox % Var</p>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 15:52:38 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108075#p108075</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108074#p108074</link>
			<description><![CDATA[<p>тоже самое - ставь &quot;зубочистку `&quot;</p>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 15:51:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108074#p108074</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108073#p108073</link>
			<description><![CDATA[<p>Я про <span class="bbu">кавычки</span>, а вы поставили <span class="bbu">знак акцента</span>. Под словом одиночные я имел ввиду непарные.</p>]]></description>
			<author><![CDATA[null@example.com (NektoN95)]]></author>
			<pubDate>Wed, 28 Sep 2016 15:46:09 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108073#p108073</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как запихнуть в переменную одиночные кавычки?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108072#p108072</link>
			<description><![CDATA[<p>MsgBox % Var &quot;``бубль гум!&quot;</p>]]></description>
			<author><![CDATA[null@example.com (freeZer0K)]]></author>
			<pubDate>Wed, 28 Sep 2016 15:42:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108072#p108072</guid>
		</item>
	</channel>
</rss>
