<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: .innerText в переменную]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11716&amp;type=atom" />
	<updated>2016-06-13T20:20:29Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11716</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: .innerText в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105200#p105200" />
			<content type="html"><![CDATA[<p>Не цитируйте предыдущий пост без надобности.<br />ie.document.getElementById(&quot;i_time&quot;).innerText - это не функция, а метод.<br />Но в данном случае это не важно.<br />Значение чего-либо запихивается в переменную с помощью присваивания значения:<br /></p><div class="codebox"><pre><code>a := ie.document.getElementById(&quot;i_time&quot;).innerText </code></pre></div><p>Так неверно:<br /></p><div class="codebox"><pre><code>Var1 := % ie.document.getElementById(&quot;i_time&quot;).innerText</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-06-13T20:20:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105200#p105200</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: .innerText в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105199#p105199" />
			<content type="html"><![CDATA[<p>Ответ получен в общем. Var1 := % ie.document.getElementById(&quot;i_time&quot;).innerText</p>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2016-06-13T20:20:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105199#p105199</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: .innerText в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105198#p105198" />
			<content type="html"><![CDATA[<p>Это не дало ответ на мой вопрос. Как значение то которое даёт функция ie.document.getElementById(&quot;i_time&quot;).innerText запихнуть в переменную?</p>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2016-06-13T20:16:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105198#p105198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: .innerText в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105197#p105197" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>a := 1
b := a
msgbox % b</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-06-13T20:08:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105197#p105197</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: .innerText в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105196#p105196" />
			<content type="html"><![CDATA[<p>Здравствуйте! Захотелось поработать с браузером и собственно нужно вывести одно значение которое я получил с помощью функций ie.document.getElementById(&quot;i_time&quot;).innerText и теперь её нужно обработать в RegExMatch который принимает перменные... Собственно как запихнуть значение которое я получил в переменную? <br />P.S. Не предлагайте пожалуйста способ со скачкой страницы, он мне не подходит)</p>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2016-06-13T19:36:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105196#p105196</id>
		</entry>
</feed>
