<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=10849</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10849&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как сделать формат в аhk на Имя и Фамилию».]]></description>
		<lastBuildDate>Mon, 10 Aug 2015 12:44:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=96367#p96367</link>
			<description><![CDATA[<div class="codebox"><pre><code>Str = Имя_Фамилия
MsgBox % SubStr(Str, InStr(Str, &quot;_&quot;)+1)
MsgBox % RegExReplace(Str, &quot;.*_&quot;) 
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 10 Aug 2015 12:44:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=96367#p96367</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=96366#p96366</link>
			<description><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p><span style="color: green"><strong>zomozor</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p></blockquote></div><p>готово.</p>]]></description>
			<author><![CDATA[null@example.com (zomozor)]]></author>
			<pubDate>Mon, 10 Aug 2015 12:31:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=96366#p96366</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=96264#p96264</link>
			<description><![CDATA[<p><span style="color: green"><strong>zomozor</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 05 Aug 2015 11:54:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=96264#p96264</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=96258#p96258</link>
			<description><![CDATA[<p>Такой вопрос у меня есть текст с Имя_Фамилия, мне надо чтобы выводилась только фамилия</p><br /><p>Вот такой код работает неправильно:<br /></p><div class="codebox"><pre><code>InputBox, name 
StringLeft, fistname, name, 4  ; Stores the string &quot;This&quot; in OutputVar.
StringRight, twoname, name, 5  ; Stores the string &quot;test.&quot; in OutputVar.
MsgBox, Имя: %fistname% Фамилия: %twoname%  </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (zomozor)]]></author>
			<pubDate>Wed, 05 Aug 2015 08:32:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=96258#p96258</guid>
		</item>
	</channel>
</rss>
