<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум компьютерной помощи &mdash; Выделение инициалов со строки с ФИО на лотус скрипте.]]></title>
	<link rel="self" href="https://itpmr.ru/extern.php?action=feed&amp;tid=1038&amp;type=atom" />
	<updated>2018-01-31T13:13:44Z</updated>
	<generator>PunBB</generator>
	<id>https://itpmr.ru/viewtopic.php?id=1038</id>
		<entry>
			<title type="html"><![CDATA[Выделение инициалов со строки с ФИО на лотус скрипте.]]></title>
			<link rel="alternate" href="https://itpmr.ru/viewtopic.php?pid=124687#p124687" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://itpmr.ru/profile.php?id=2</uri>
			</author>
			<updated>2018-01-31T13:13:44Z</updated>
			<id>https://itpmr.ru/viewtopic.php?pid=124687#p124687</id>
		</entry>
</feed>
