<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как вписать переменную в Edit?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9981&amp;type=atom" />
	<updated>2014-09-17T08:35:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9981</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как вписать переменную в Edit?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86545#p86545" />
			<content type="html"><![CDATA[<p>А как Вам нужно - потребуется делать разбор строки с выявлением подстрок, обрамлённых знаком процента и последующим извлечением значений соотв. переменных.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2014-09-17T08:35:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86545#p86545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как вписать переменную в Edit?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86537#p86537" />
			<content type="html"><![CDATA[<p>Вписывать %name% имеет смысл в коде скрипта. А в текстовом поле это просто текст.</p><p>А зачем вообще это надо?</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2014-09-17T07:44:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86537#p86537</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как вписать переменную в Edit?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86536#p86536" />
			<content type="html"><![CDATA[<p><strong>YMP, </strong> Пользователь сам впишет в Gui Edit &quot;<strong>Здравствуй, %name%! Что делаешь?</strong>&quot;. Эта фраза - просто пример.</p>]]></content>
			<author>
				<name><![CDATA[Desire]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30401</uri>
			</author>
			<updated>2014-09-17T07:34:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86536#p86536</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как вписать переменную в Edit?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86533#p86533" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Desire пишет:</cite><blockquote><p>Пример кода:<br /></p><div class="codebox"><pre><code>Name = Ololosh
Gui, Add, Edit,vLol,
Gui, Add, Button, gGo, Go
Gui, Show
return

Go:
Gui, Submit, NoHide
Msgbox %lol%</code></pre></div></blockquote></div><p>В примере Name нигде не используется.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2014-09-17T07:29:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86533#p86533</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как вписать переменную в Edit?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86532#p86532" />
			<content type="html"><![CDATA[<p>В общем, когда я вписываю в Gui Edit, например:<br />&quot;<strong>Здравствуй, %name%! Что делаешь?</strong>&quot;,<br />То Msgbox и выдает:<br />&quot;<strong>Здравствуй, %name%! Что делаешь?</strong>&quot;, <br />А надо, чтобы выдавало, если, например <strong>name = Ololosh</strong> :<br />&quot;<strong>Здравствуй, Ololosh! Что делаешь?</strong>&quot;.<br />Как сделать, подскажите пожалуйста?<br />Надеюсь, что понятно объяснил. <img src="//forum.script-coding.com/img/smilies/big_smile.png" width="15" height="15" /></p><p>Пример кода:<br /></p><div class="codebox"><pre><code>Name = Ololosh
Gui, Add, Edit,vLol,
Gui, Add, Button, gGo, Go
Gui, Show
return

Go:
Gui, Submit, NoHide
Msgbox %lol%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Desire]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30401</uri>
			</author>
			<updated>2014-09-17T07:21:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86532#p86532</id>
		</entry>
</feed>
