<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Ahk видит переменную, как просто текст.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14892&amp;type=atom" />
	<updated>2019-08-01T11:18:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14892</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ahk видит переменную, как просто текст.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135161#p135161" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>ParsInfo := &quot;some_info&quot;
MsgBox, % &quot;&amp;message=%ParsInfo%&quot;
MsgBox, % &quot;&amp;message=&quot; . ParsInfo</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-08-01T11:18:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135161#p135161</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ahk видит переменную, как просто текст.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135157#p135157" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>belyankin12 пишет:</cite><blockquote><p>Вам стоит прочитать в справке про способы вывода переменных. В строках используется новый способ вывода переменных:<br /></p><div class="codebox"><pre><code>str := &quot;abc&quot;
str2 = := &quot;Какая-то строка и &quot; str &quot; тут ещё записался&quot;
msgbox, % str2
</code></pre></div></blockquote></div><p>К сожалению, так и не понял, как вписать сюда (&quot;&amp;message=%ParsInfo%&quot;) правильно переменную, чтобы отсылалось содержимое переменной, а не просто ее название со знаками процентов</p>]]></content>
			<author>
				<name><![CDATA[Lancaster]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40311</uri>
			</author>
			<updated>2019-08-01T10:24:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135157#p135157</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ahk видит переменную, как просто текст.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135153#p135153" />
			<content type="html"><![CDATA[<p>Вам стоит прочитать в справке про способы вывода переменных. В строках используется новый способ вывода переменных:<br /></p><div class="codebox"><pre><code>str := &quot;abc&quot;
str2 = := &quot;Какая-то строка и &quot; str &quot; тут ещё записался&quot;
msgbox, % str2
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-08-01T07:43:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135153#p135153</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Ahk видит переменную, как просто текст.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135151#p135151" />
			<content type="html"><![CDATA[<p>Есть скрипт, который отсылает содержимое переменной по api в вк.<br /></p><div class="codebox"><pre><code>WebRequest := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;)
WebRequest.Open(&quot;GET&quot;, &quot;https://api.vk.com/method/messages.send?user_id=11111111&quot; &quot;&amp;v=5.72&quot; V (&quot;&amp;message=%ParsInfo%&quot;) mess &quot;&amp;access_token=85cda281adb460e495d6a2f2c0239c6c94d6a4881bcc6556f0666a0a8f8e22ff98ec94b6dcb584798fd3e&quot; token)
WebRequest.Send()</code></pre></div><p>Но в итоге, вместо содержания переменной ParsInfo,&nbsp; ahk отсылает&nbsp; просто строку текста %ParsInfo%</p><p><span class="postimg"><img src="https://i.imgur.com/Huv0b2P.png" alt="https://i.imgur.com/Huv0b2P.png" /></span></p>]]></content>
			<author>
				<name><![CDATA[Lancaster]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40311</uri>
			</author>
			<updated>2019-08-01T05:00:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135151#p135151</id>
		</entry>
</feed>
