<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум компьютерной помощи &mdash; Вырезать из строки подстроку. Удаление спецсимволов из строки.]]></title>
		<link>https://itpmr.ru/viewtopic.php?id=899</link>
		<atom:link href="https://itpmr.ru/extern.php?action=feed&amp;tid=899&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Вырезать из строки подстроку. Удаление спецсимволов из строки.».]]></description>
		<lastBuildDate>Wed, 25 Mar 2015 12:04:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Вырезать из строки подстроку. Удаление спецсимволов из строки.]]></title>
			<link>https://itpmr.ru/viewtopic.php?pid=124287#p124287</link>
			<description><![CDATA[<div class="codebox"><pre><code>    
zag$ =    Left(Replace (zag$,|&quot;|,&quot;&quot;),30)
    string0 = Chr(10) &#039;   ВОЗМОЖНО НАДО ДОБАВИТЬ В АГЕНТ!
    string1 = Chr(13)
    If Instr (zag$, string1) Then
        While Instr(1, zag$, string1)
            &#039;Msgbox &quot;перенос&quot;
            zag$ = Left(zag$, Instr(1, zag$, string0) - 1) + &quot; &quot; + Mid(zag$, Instr(1, zag$, string0) + Len(string0))
            zag$ = Left(zag$, Instr(1, zag$, string1) - 1) + &quot; &quot; + Mid(zag$, Instr(1, zag$, string1) + Len(string1))    
        Wend    
    End If    </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 25 Mar 2015 12:04:03 +0000</pubDate>
			<guid>https://itpmr.ru/viewtopic.php?pid=124287#p124287</guid>
		</item>
	</channel>
</rss>
