<?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=15577&amp;type=atom" />
	<updated>2020-08-07T20:47:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15577</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141533#p141533" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>в твоём коде часто лишние пробелы.</p></blockquote></div><p>Это я вряд ли в себе починю, использую пробел для удаления лишних строк.</p><div class="quotebox"><cite>ustarta пишет:</cite><blockquote><p>Просто не проставляется знак &quot;+&quot; и все.</p></blockquote></div><p>Не сталкивался, у меня это печатает.<br /></p><div class="codebox"><pre><code>
SendInput,{Text}
( RTrim0 
 • Фамилия +++
• Имя  -  +++
• Отчество +

)
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-08-07T20:47:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141533#p141533</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141519#p141519" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong></p><p>Спасибо, разобрался с данным примером и вполне устраивает.</p><p>Но, столкнулся с проблемой, в данном примере не печатает символ &quot;+&quot;. Как только не пытался, и экранировал и менял экранирование на \, переставлял по разному. </p><p>Просто не проставляется знак &quot;+&quot; и все.</p><p>Подскажите не сталкивались с данной проблемой?</p>]]></content>
			<author>
				<name><![CDATA[ustarta]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40980</uri>
			</author>
			<updated>2020-08-07T06:20:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141519#p141519</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141510#p141510" />
			<content type="html"><![CDATA[<p>Печать тут не при чём. Я говорю, что в твоём коде часто лишние пробелы.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-08-06T18:30:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141510#p141510</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141509#p141509" />
			<content type="html"><![CDATA[<p>Не понял тебя, а эти разве участвуют в печати?</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-08-06T18:22:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141509#p141509</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141508#p141508" />
			<content type="html"><![CDATA[<p>А, ну здесь не знаю, но у тебя они постоянно <a href="http://forum.script-coding.com/viewtopic.php?pid=141359#p141359">присутствуют</a>.</p><p> <span class="postimg"><img src="https://i.imgur.com/8CaKK6O.png" alt="https://i.imgur.com/8CaKK6O.png" /></span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-08-06T18:13:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141508#p141508</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141507#p141507" />
			<content type="html"><![CDATA[<p>Так в этом и часть вопроса, как я понял, они нужны, RTrim0 как бэ намекает...</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-08-06T18:05:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141507#p141507</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141506#p141506" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>, в коде, который ты постишь, почему-то в конце строк всегда куча лишних пробелов, ты в курсе?</p><p> <span class="postimg"><img src="https://i.imgur.com/XVQm9Od.png" alt="https://i.imgur.com/XVQm9Od.png" /></span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-08-06T17:49:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141506#p141506</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141499#p141499" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>SendInput,{Text}
( RTrim0
 • Фамилия 
• Имя  -  
• Отчество

)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-08-06T14:56:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141499#p141499</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141497#p141497" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong></p><p>Интересное решение, но важно нажатие enter в конце, так же, команда медленно набирает текст,&nbsp; а не вставляет его.</p>]]></content>
			<author>
				<name><![CDATA[ustarta]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40980</uri>
			</author>
			<updated>2020-08-06T14:50:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141497#p141497</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141496#p141496" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>SendRaw, 
( RTrim0 
• Фамилия   
• Имя  -  
• Отчество
)   </code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-08-06T14:43:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141496#p141496</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141492#p141492" />
			<content type="html"><![CDATA[<p><strong>SuBrex</strong></p><p>Тоже пробовал, ругается на ошибку в линии, на • Фамилия&nbsp; {Enter} ` n<br />Error: this line does not contain a recognized action</p>]]></content>
			<author>
				<name><![CDATA[ustarta]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40980</uri>
			</author>
			<updated>2020-08-06T14:28:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141492#p141492</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141491#p141491" />
			<content type="html"><![CDATA[<p><strong>ustarta</strong><br />Следующим символом:<br /></p><div class="codebox"><pre><code>
`n
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SuBrex]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40829</uri>
			</author>
			<updated>2020-08-06T14:25:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141491#p141491</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Перенос строки в коде]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141488#p141488" />
			<content type="html"><![CDATA[<p>Добрый день.</p><p>Прошу помогите, есть небольшой код </p><div class="codebox"><pre><code>SendInput, • Фамилия  {Enter} • Имя  - {Enter} • Отчество  {Enter} </code></pre></div><p>Но работать с таким кодом не удобно, если продолжать строку.<br />Пытаюсь перенести ее по строкам, на пример</p><div class="codebox"><pre><code>SendInput, 
,• Фамилия  {Enter} 
,• Имя  - {Enter} 
,• Отчество  {Enter} </code></pre></div><p>В данном случаи код работает, но ставит впереди запятые. <br />Пробовал по разному, или выдает ошибку, или ставит запятые. Подскажите пжл как переносить строки в коде?</p>]]></content>
			<author>
				<name><![CDATA[ustarta]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40980</uri>
			</author>
			<updated>2020-08-06T14:10:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141488#p141488</id>
		</entry>
</feed>
