<?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=1038</link>
		<atom:link href="https://itpmr.ru/extern.php?action=feed&amp;tid=1038&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Выделение инициалов со строки с ФИО на лотус скрипте.».]]></description>
		<lastBuildDate>Wed, 31 Jan 2018 13:13:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Выделение инициалов со строки с ФИО на лотус скрипте.]]></title>
			<link>https://itpmr.ru/viewtopic.php?pid=124687#p124687</link>
			<description><![CDATA[<p>в поле храниться строка вида &quot;Иванов Степан Иванович&quot;<br />надо получить строку &quot;Иванов С.И.&quot;</p><div class="codebox"><pre><code>myText=UIDoc.FieldGetText(&quot;поле&quot;) 
fio=Split(myText, &quot; &quot;)
myText = fio(0) +&quot; &quot;+ Left$(fio(1),1) + &quot;. &quot;+ Left$(fio(2),1)+&quot;.&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 31 Jan 2018 13:13:44 +0000</pubDate>
			<guid>https://itpmr.ru/viewtopic.php?pid=124687#p124687</guid>
		</item>
	</channel>
</rss>
