<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: аналог #include]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12513&amp;type=atom" />
	<updated>2017-03-01T01:00:41Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12513</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: аналог #include]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113474#p113474" />
			<content type="html"><![CDATA[<p>Если вы хотите, чтобы &quot;скомпилированный&quot; скрипт запускал код из переменной i.e. eval, то на AutoHotkey_L такое не разрешено. AutoHotkey_H вам нужен.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-03-01T01:00:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113474#p113474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: аналог #include]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113453#p113453" />
			<content type="html"><![CDATA[<p>Ну или вот это:<br /><a href="https://hotkeyit.github.io/v2/">https://hotkeyit.github.io/v2/</a><br /><a href="https://autohotkey.com/board/topic/39588-autohotkeydll/">https://autohotkey.com/board/topic/39588-autohotkeydll/</a><br />Позволяет соорудить реинтерпритатор.</p>]]></content>
			<author>
				<name><![CDATA[RapeGuru]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34720</uri>
			</author>
			<updated>2017-02-28T19:05:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113453#p113453</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: аналог #include]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113452#p113452" />
			<content type="html"><![CDATA[<p>Например такой файл:<br />&quot;ABCAAB&quot;<br />трансформируется в последовательность заранее написанных процедур:<br />Proc1<br />Proc2<br />Proc3<br />Proc1<br />Proc1<br />Proc2</p>]]></content>
			<author>
				<name><![CDATA[RapeGuru]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34720</uri>
			</author>
			<updated>2017-02-28T19:02:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113452#p113452</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: аналог #include]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113451#p113451" />
			<content type="html"><![CDATA[<p>FileRead + парсер + интерпритатор. Соответственно опциональный код должен быть написан и скомпилирован по классике.</p>]]></content>
			<author>
				<name><![CDATA[RapeGuru]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34720</uri>
			</author>
			<updated>2017-02-28T18:57:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113451#p113451</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: аналог #include]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113450#p113450" />
			<content type="html"><![CDATA[<p>Так это в переменную сохраняет. Не то что нужно. Нужно что-то типа такого:</p><p>Код<br />Код из файла <br />Код</p>]]></content>
			<author>
				<name><![CDATA[TheMrDeV1L]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34719</uri>
			</author>
			<updated>2017-02-28T18:51:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113450#p113450</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: аналог #include]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113449#p113449" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/docs/commands/FileRead.htm">FileRead</a></p>]]></content>
			<author>
				<name><![CDATA[RapeGuru]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34720</uri>
			</author>
			<updated>2017-02-28T18:48:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113449#p113449</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: аналог #include]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113446#p113446" />
			<content type="html"><![CDATA[<p>Здравствуйте. Нужно сделать скрипт, который брал бы часть кода из определенного файла при каждом запуске. Этим занимается #include, но работает она так как надо только при не скомпилированном ahk. Возможно как-то криво объяснил, поэтому если не понятно, попробую на примере показать <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[TheMrDeV1L]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34719</uri>
			</author>
			<updated>2017-02-28T17:33:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113446#p113446</id>
		</entry>
</feed>
