<?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=15882&amp;type=atom" />
	<updated>2020-12-05T13:59:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15882</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите в переменных]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143914#p143914" />
			<content type="html"><![CDATA[<p>^1:: Send, текст номер 1<br />^2:: Send, текст номер 2<br />^3:: Send, текст номер 3</p><p>Вместе с цифрами надо нажимать Control. Иначе у вас или цифры перестанут печататься или будут печататься в добавление к тексту.</p>]]></content>
			<author>
				<name><![CDATA[Foma]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31521</uri>
			</author>
			<updated>2020-12-05T13:59:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143914#p143914</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите в переменных]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143904#p143904" />
			<content type="html"><![CDATA[<p><strong>Morux2112</strong><br />а что именно вам нужно? опишите подробнее</p>]]></content>
			<author>
				<name><![CDATA[Vsevolod]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40918</uri>
			</author>
			<updated>2020-12-04T19:29:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143904#p143904</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите в переменных]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143902#p143902" />
			<content type="html"><![CDATA[<p>нет</p>]]></content>
			<author>
				<name><![CDATA[Morux2112]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41251</uri>
			</author>
			<updated>2020-12-04T17:36:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143902#p143902</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помогите в переменных]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143875#p143875" />
			<content type="html"><![CDATA[<p><strong>Morux2112</strong><br />Так?</p><p>Gui Add, Text, x8 y8 w53 h23 +0x200, Текст 1<br />Gui Add, Text, x8 y48 w53 h23 +0x200, Текст 2<br />Gui Add, Text, x8 y88 w53 h23 +0x200, Текст 3<br />Gui Add, Edit, x72 y8 w212 h21 vText1 ; vText1 - название переменной Text1, v это обозначение переменной<br />Gui Add, Edit, x72 y48 w212 h21 vText2<br />Gui Add, Edit, x72 y88 w212 h21 vText3<br />Gui Add, Button, gok x112 y136 w80 h23, &amp;OK ; gok - запуск подпрограммы ok, g это обозначение подпрограммы</p><p>Gui Show, w305 h173, Window<br />Return</p><p>ok: ; подпрограмма<br />Gui submit ; сохранение всего написанного в меню<br />Gui destroy ; удаление меню<br />return</p><p>1::send, {BackSpace}%Text1%<br />return<br />2::send, {BackSpace}%Text2%<br />return<br />3::send, {BackSpace}%Text3%<br />return</p>]]></content>
			<author>
				<name><![CDATA[Vsevolod]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40918</uri>
			</author>
			<updated>2020-12-03T20:43:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143875#p143875</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Помогите в переменных]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143871#p143871" />
			<content type="html"><![CDATA[<p>Здравствуйте. Хочу сделать что-то типо такого: пишешь цифры 1, 2 или 3 (по отдельности, или вместе через запятую), и каждая цифра имеет свой текст, например: 1 - текст 1, 2 - текст 2, 3 - текст 3. И, если в переменную введены, например, цифры 2 и 3, то выдалось бы сообщение &quot;текст 2, текст 3&quot;. Как можно такое реализовать?</p>]]></content>
			<author>
				<name><![CDATA[Morux2112]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41251</uri>
			</author>
			<updated>2020-12-03T19:09:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143871#p143871</id>
		</entry>
</feed>
