<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Сохранить слово в переменную]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16612&amp;type=atom" />
	<updated>2021-09-24T19:32:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16612</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Сохранить слово в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149688#p149688" />
			<content type="html"><![CDATA[<p>А через RegExReplace как то можно делать ? или только через Match?.</p>]]></content>
			<author>
				<name><![CDATA[DestroyerCode]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42000</uri>
			</author>
			<updated>2021-09-24T19:32:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149688#p149688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Сохранить слово в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149686#p149686" />
			<content type="html"><![CDATA[<p>Спасибо, помог.</p>]]></content>
			<author>
				<name><![CDATA[DestroyerCode]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42000</uri>
			</author>
			<updated>2021-09-24T19:30:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149686#p149686</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Сохранить слово в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149684#p149684" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>A = Price 64 Б-Word1 С-Word2
t1 := &quot;Б-&quot;
t2 := &quot; С-&quot;

F := RegExMatch(A, t1 . &quot;(.*)&quot; . t2, Found)
If F
 MsgBox % Found1
Else
 MsgBox Не найдено!</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-09-24T19:27:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149684#p149684</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Сохранить слово в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149681#p149681" />
			<content type="html"><![CDATA[<p>Здравствуйте.</p><p>Есть вот такой текст.</p><div class="codebox"><pre><code>
A = Price 64 Б-Word1 С-Word2
Find := RegExReplace(A, &quot;^.+Б-&quot;)
MsgBox %Find%
</code></pre></div><p>Необходимо найти и сохранить в переменную (Word1 который после Б-), а C-Word2 игнорировать.<br />Пробовал делать регулярными символами, но не получилось, помогите решить проблему.</p>]]></content>
			<author>
				<name><![CDATA[DestroyerCode]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42000</uri>
			</author>
			<updated>2021-09-24T19:05:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149681#p149681</id>
		</entry>
</feed>
