<?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=9067&amp;type=atom" />
	<updated>2013-12-23T07:10:46Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9067</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Убрать символы из текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78450#p78450" />
			<content type="html"><![CDATA[<p>Огромное спасибо! Именно то что нужно!</p>]]></content>
			<author>
				<name><![CDATA[Zanoza]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26155</uri>
			</author>
			<updated>2013-12-23T07:10:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78450#p78450</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Убрать символы из текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78448#p78448" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Src =
(
00:58 Бомж с дробовиком
02:24 Луна 2112
04:01 Настоящая любовь
05:57 Игра в прятки
)

StringReplace, Dest, Src, :,, All

MsgBox, % Dest</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2013-12-23T05:24:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78448#p78448</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Убрать символы из текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78443#p78443" />
			<content type="html"><![CDATA[<p>Есть документ тхт с таким к примеру текстом. <br /></p><div class="quotebox"><blockquote><p>00:58 Бомж с дробовиком<br />02:24 Луна 2112<br />04:01 Настоящая любовь<br />05:57 Игра в прятки</p></blockquote></div><p>Вопрос возможно ли с помощью AHK убрать с текста все двоеточия чтобы текст выглядел так<br /></p><div class="quotebox"><blockquote><p>0058 Бомж с дробовиком<br />0224 Луна 2112<br />0401 Настоящая любовь<br />0557 Игра в прятки</p></blockquote></div><p>Благодарю всех за ответы !</p>]]></content>
			<author>
				<name><![CDATA[Zanoza]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26155</uri>
			</author>
			<updated>2013-12-23T02:24:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78443#p78443</id>
		</entry>
</feed>
