<?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=12906&amp;type=atom" />
	<updated>2017-08-15T13:32:38Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12906</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118331#p118331" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Var = &quot;Lada&quot;
Msgbox, % Var</code></pre></div><p>Не знаю куда проще.</p>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2017-08-15T13:32:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118331#p118331</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118287#p118287" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>powercat пишет:</cite><blockquote><p>Где вообще можно почитать про, то как правильно обрамлять, что значат скобки, кавычки, точки итд в ahk, как их правильно применять?</p></blockquote></div><div class="quotebox"><cite>stealzy пишет:</cite><blockquote><p>Пуск → AutoHotkey → AutoHotkey Help → Tutorial → 6 - Variables.</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-08-14T17:01:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118287#p118287</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118276#p118276" />
			<content type="html"><![CDATA[<p><a href="http://www.script-coding.com/AutoHotkey/Variables.1.0.46.07.html">Переменные и выражения</a></p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2017-08-14T12:26:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118276#p118276</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118272#p118272" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>powercat пишет:</cite><blockquote><p>Где вообще можно почитать про, то....</p></blockquote></div><p><a href="https://autohotkey.com/docs/Variables.htm">Variables and Expressions</a></p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2017-08-14T12:14:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118272#p118272</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118271#p118271" />
			<content type="html"><![CDATA[<p><strong>YMP</strong><br />Сам бы никогда не догадался. Спасибо. Где вообще можно почитать про, то как правильно обрамлять, что значат скобки, кавычки, точки итд в ahk, как их правильно применять?</p>]]></content>
			<author>
				<name><![CDATA[powercat]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37884</uri>
			</author>
			<updated>2017-08-14T12:12:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118271#p118271</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118250#p118250" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
abc := (A_PtrSize=8) ? (A_temp . &quot;\64.dll&quot;) : (A_temp . &quot;\64.2.dll&quot;)
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2017-08-14T03:22:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118250#p118250</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118245#p118245" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong><br /></p><div class="codebox"><pre><code>abc = (A_PtrSize=8) ? %A_temp%\64.dll : %A_temp%\64.2.dll</code></pre></div><p>Вот так что-то похожее но все равно не то</p>]]></content>
			<author>
				<name><![CDATA[powercat]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37884</uri>
			</author>
			<updated>2017-08-13T23:30:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118245#p118245</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118244#p118244" />
			<content type="html"><![CDATA[<p>Переменные обрамлять ничем не нужно, а строки обрамляйте кавычками.<br />Где строки, где переменные найдете?<br /></p><div class="codebox"><pre><code>ЭтоПеременная := 42
MsgBox % ЭтоПеременная &quot; а это строка&quot;
MsgBox %ЭтоПеременная% а все остальное строка.
Атакписатьнестоит := %ЭтоПеременная% + а тут текст нафигачу... wtf?
АтакМожно = %ЭтоПеременная% + а тут текст нафигачу...
MsgBox % Атакписатьнестоит
MsgBox % АтакМожно</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-08-13T23:11:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118244#p118244</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118243#p118243" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong><br />Да я уже куда только не ставил эти кавычки... Можете подсказать как правильно? Не получается нужный путь получить.</p>]]></content>
			<author>
				<name><![CDATA[powercat]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37884</uri>
			</author>
			<updated>2017-08-13T23:07:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118243#p118243</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118242#p118242" />
			<content type="html"><![CDATA[<p>Смешались в кучу коты, люди...<br /></p><div class="quotebox"><cite>powercat пишет:</cite><blockquote><p>:=</p></blockquote></div><p>Двоеточие перед равно значит, что проценты не нужны, а кавычки нужны.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-08-13T22:57:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118242#p118242</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118241#p118241" />
			<content type="html"><![CDATA[<p>Тоже есть вопрос по записи.</p><div class="codebox"><pre><code>
abc := (A_PtrSize=8) ? %A_temp%\64.dll : %A_temp%\x64.2.dll
</code></pre></div><p>Как правильно записать? На сколько я понял \ мешается. Но как мне тогда путь указать?</p>]]></content>
			<author>
				<name><![CDATA[powercat]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37884</uri>
			</author>
			<updated>2017-08-13T22:51:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118241#p118241</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118221#p118221" />
			<content type="html"><![CDATA[<p>Кавычки удобней так присваивать:<br /></p><div class="codebox"><pre><code>var = &quot;текст&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-08-13T19:26:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118221#p118221</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118220#p118220" />
			<content type="html"><![CDATA[<p>Ой, я как всегда невнимательный. Опять не то насоветовал...</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-08-13T19:24:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118220#p118220</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118218#p118218" />
			<content type="html"><![CDATA[<p><img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /> Можно так сделать:<br />MsgBox, % &quot; &quot;<span style="color: red">&quot;</span>&quot; . &quot;текст в к0вычках&quot; . &quot;<span style="color: red">&quot;</span>&quot; &quot;</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-08-13T18:45:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118218#p118218</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как записать ковычки в переменную?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=118215#p118215" />
			<content type="html"><![CDATA[<p>sText := &quot;<span style="color: red">&quot;&quot;</span> текст в ковычках <span style="color: red">&quot;&quot;</span>&quot;<br />msgbox % sText</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2017-08-13T18:22:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=118215#p118215</id>
		</entry>
</feed>
