<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Ahk видит переменную, как просто текст.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=14892</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14892&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Ahk видит переменную, как просто текст.».]]></description>
		<lastBuildDate>Thu, 01 Aug 2019 11:18:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Ahk видит переменную, как просто текст.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=135161#p135161</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 01 Aug 2019 11:18:18 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=135161#p135161</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Ahk видит переменную, как просто текст.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=135157#p135157</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Lancaster)]]></author>
			<pubDate>Thu, 01 Aug 2019 10:24:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=135157#p135157</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Ahk видит переменную, как просто текст.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=135153#p135153</link>
			<description><![CDATA[<p>Вам стоит прочитать в справке про способы вывода переменных. В строках используется новый способ вывода переменных:<br /></p><div class="codebox"><pre><code>str := &quot;abc&quot;
str2 = := &quot;Какая-то строка и &quot; str &quot; тут ещё записался&quot;
msgbox, % str2
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (belyankin12)]]></author>
			<pubDate>Thu, 01 Aug 2019 07:43:46 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=135153#p135153</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Ahk видит переменную, как просто текст.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=135151#p135151</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Lancaster)]]></author>
			<pubDate>Thu, 01 Aug 2019 05:00:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=135151#p135151</guid>
		</item>
	</channel>
</rss>
