<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10849&amp;type=atom" />
	<updated>2015-08-10T12:44:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10849</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=96367#p96367" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Str = Имя_Фамилия
MsgBox % SubStr(Str, InStr(Str, &quot;_&quot;)+1)
MsgBox % RegExReplace(Str, &quot;.*_&quot;) 
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-08-10T12:44:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=96367#p96367</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=96366#p96366" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zomozor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32471</uri>
			</author>
			<updated>2015-08-10T12:31:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=96366#p96366</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=96264#p96264" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>zomozor</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-08-05T11:54:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=96264#p96264</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать формат в аhk на Имя и Фамилию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=96258#p96258" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zomozor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32471</uri>
			</author>
			<updated>2015-08-05T08:32:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=96258#p96258</id>
		</entry>
</feed>
