<?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=9662&amp;type=atom" />
	<updated>2014-05-30T07:12:46Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9662</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Код не работает как функция]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83521#p83521" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>OpenFile(&quot;List&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-05-30T07:12:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83521#p83521</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Код не работает как функция]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83520#p83520" />
			<content type="html"><![CDATA[<p>Это беда, согласен. Тогда иначе:</p>]]></content>
			<author>
				<name><![CDATA[Misamoto]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32189</uri>
			</author>
			<updated>2014-05-30T07:08:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83520#p83520</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Код не работает как функция]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83518#p83518" />
			<content type="html"><![CDATA[<p>Что странного, если у вас код с «Return» начинается.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-05-30T07:01:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83518#p83518</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Код не работает как функция]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83515#p83515" />
			<content type="html"><![CDATA[<p>Собственно.<br /></p><div class="codebox"><pre><code>DocName = List

    SetTitleMatchMode 2
    IfWinExist %DocName%
    {
    WinActivate %DocName%
    return
    }
    else        
        {
            Run, M:\AHKScripts\%DocName%.txt
            return
        }        
Return
</code></pre></div><p>Так работает</p><div class="codebox"><pre><code>OpenFile(DocName)
{
    SetTitleMatchMode 2
    IfWinExist %DocName%
    {
    WinActivate %DocName%
    return
    }
    else        
        {
            Run, M:\AHKScripts\%DocName%.txt
            return
        }
}        
Return

OpenFile(List)</code></pre></div><p>А так - нет.</p><p>Мне странно.</p>]]></content>
			<author>
				<name><![CDATA[Misamoto]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32189</uri>
			</author>
			<updated>2014-05-30T06:38:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83515#p83515</id>
		</entry>
</feed>
