<?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=12313&amp;type=atom" />
	<updated>2017-01-14T14:28:28Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12313</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка текста (несколько строк)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=111041#p111041" />
			<content type="html"><![CDATA[<p><span style="color: green">Вообще правила при регистрации следовало прочитать. Посмотрите в шапке форума. А&nbsp; в теме, отмеченной &quot;Важно&quot;, как раз есть ссылка на документацию на русском языке.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-01-14T14:28:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=111041#p111041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка текста (несколько строк)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=111040#p111040" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong></p><p>Документацию нашел только на английском. А в нем не силен к сожалению. Подскажите где посмотреть как оформлять правильно код. Буду признателен и все переделаю сразу же. В важно не увидел как оформлять код. Прошу прощения, я просто совсем новичок в данной теме. Надеюсь на понимание</p>]]></content>
			<author>
				<name><![CDATA[karakara_91]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34489</uri>
			</author>
			<updated>2017-01-14T14:02:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=111040#p111040</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка текста (несколько строк)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=111038#p111038" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>karakara_91</strong>,<br />1) Оформите код специальным тегом.<br />2) У нас не чат, мы пишем аккуратно. Предложения в русском языке начинаются с большой буквы и заканчиваются точкой.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-01-14T12:05:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=111038#p111038</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка текста (несколько строк)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=111036#p111036" />
			<content type="html"><![CDATA[<p>FileRead, MyText, *t прайс.txt<br />Return</p><p>^1:: SendInput, %MyText%</p><p>Вот так выглядит код, Не знаю как правильно его вставлять, но он только 1 строку цепляет</p><p>В документации не нашел нужной инфы(((</p>]]></content>
			<author>
				<name><![CDATA[karakara_91]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34489</uri>
			</author>
			<updated>2017-01-14T12:00:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=111036#p111036</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка текста (несколько строк)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=111035#p111035" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong></p><p>Сделал как вы указали, но он из документа выхватывает только 1 строку.</p>]]></content>
			<author>
				<name><![CDATA[karakara_91]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34489</uri>
			</author>
			<updated>2017-01-14T11:59:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=111035#p111035</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка текста (несколько строк)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=111033#p111033" />
			<content type="html"><![CDATA[<p>Ссылки на документацию есть в первой теме этого раздела.<br /></p><div class="codebox"><pre><code>FileRead, MyText, *t Текстовый документ.txt
Return

F1:: Send, %MyText%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-01-14T10:50:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=111033#p111033</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отправка текста (несколько строк)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=111031#p111031" />
			<content type="html"><![CDATA[<p>Добрый день, не могу понять и к сожалению не смог найти, как в AHK забиндить отправку текста в несколько строк.&nbsp; Если где то есть FAQ ткните новичка носом. Нужно что бы в нескольких месседжерах я мог делать расслыку обновленного ассортимента товаров. По какой то неизвестной мне причине руководство решило что прайс лист удобнее хранить в текстовом документе,&nbsp; Там само собой не одна строка. и я не могу понять как мне сделать, что бы при нажатии бинда он отправлял весь текст целиком. Заранее спасибо за помощь.</p>]]></content>
			<author>
				<name><![CDATA[karakara_91]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34489</uri>
			</author>
			<updated>2017-01-14T10:04:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=111031#p111031</id>
		</entry>
</feed>
