<?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=16199&amp;type=atom" />
	<updated>2021-03-22T17:41:28Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16199</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск запятой в конце текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146883#p146883" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong> благодарю</p>]]></content>
			<author>
				<name><![CDATA[Morux2112]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41251</uri>
			</author>
			<updated>2021-03-22T17:41:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146883#p146883</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск запятой в конце текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146881#p146881" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Haystack := &quot;1234tt55бб,&quot;
Needle   := &quot;,&quot;

Lenght := % StrLen(Haystack)
FoundPos := InStr(Haystack, Needle, CaseSensitive := false, StartingPos := Lenght, Occurrence := 1)

If (FoundPos = Lenght)
MsgBox, В конце стоит запятая
Else MsgBox, В конце не стоит запятая
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-03-22T17:14:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146881#p146881</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Поиск запятой в конце текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146875#p146875" />
			<content type="html"><![CDATA[<p>Здравствуйте. Есть определенный текст (например: привет,). И если в конце этого текста будет запятая, то AHK будет делать одно действие. А если в конце не будет запятой, то другое. Не поможете реализовать?</p>]]></content>
			<author>
				<name><![CDATA[Morux2112]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41251</uri>
			</author>
			<updated>2021-03-22T16:42:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146875#p146875</id>
		</entry>
</feed>
