<?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=15991&amp;type=atom" />
	<updated>2021-01-15T16:50:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15991</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Замена точки в переменной на запятую]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144822#p144822" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Ну да кстати.</p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-01-15T16:50:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144822#p144822</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Замена точки в переменной на запятую]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144821#p144821" />
			<content type="html"><![CDATA[<p>Но проще так:<br /></p><div class="codebox"><pre><code>x=9,2451
x := StrReplace(x, &quot;,&quot;, &quot;.&quot;)
MsgBox, % x</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-01-15T16:39:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144821#p144821</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Замена точки в переменной на запятую]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144820#p144820" />
			<content type="html"><![CDATA[<p><strong>Botsy</strong><br />Спасибо)</p>]]></content>
			<author>
				<name><![CDATA[Rio]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41361</uri>
			</author>
			<updated>2021-01-15T16:38:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144820#p144820</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Замена точки в переменной на запятую]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144818#p144818" />
			<content type="html"><![CDATA[<p><strong>Rio</strong> Можно так:<br /></p><div class="codebox"><pre><code>
var := &quot;9,2451&quot;

Var_Replace := RegExReplace(var, &quot;,&quot;, Replacement := &quot;.&quot;)
msgbox, % Var_Replace
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-01-15T16:30:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144818#p144818</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Замена точки в переменной на запятую]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144817#p144817" />
			<content type="html"><![CDATA[<p>Здравствуйте, не могу понять, если в переменной есть текст (9,2451) как изменить его на дробное число (9.2451), каким образом поменять эту запятую на точку?<br />к примеру:</p><p>x=9,2451<br />msgbox, %x%</p><p>Только чтоб в окне появлялось число с точкой.</p>]]></content>
			<author>
				<name><![CDATA[Rio]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41361</uri>
			</author>
			<updated>2021-01-15T16:12:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144817#p144817</id>
		</entry>
</feed>
