<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Замена точки в переменной на запятую]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15991</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15991&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Замена точки в переменной на запятую».]]></description>
		<lastBuildDate>Fri, 15 Jan 2021 16:50:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Замена точки в переменной на запятую]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144822#p144822</link>
			<description><![CDATA[<p><strong>teadrinker</strong> Ну да кстати.</p>]]></description>
			<author><![CDATA[null@example.com (Botsy)]]></author>
			<pubDate>Fri, 15 Jan 2021 16:50:45 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144822#p144822</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Замена точки в переменной на запятую]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144821#p144821</link>
			<description><![CDATA[<p>Но проще так:<br /></p><div class="codebox"><pre><code>x=9,2451
x := StrReplace(x, &quot;,&quot;, &quot;.&quot;)
MsgBox, % x</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 15 Jan 2021 16:39:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144821#p144821</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Замена точки в переменной на запятую]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144820#p144820</link>
			<description><![CDATA[<p><strong>Botsy</strong><br />Спасибо)</p>]]></description>
			<author><![CDATA[null@example.com (Rio)]]></author>
			<pubDate>Fri, 15 Jan 2021 16:38:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144820#p144820</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Замена точки в переменной на запятую]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144818#p144818</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Botsy)]]></author>
			<pubDate>Fri, 15 Jan 2021 16:30:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144818#p144818</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Замена точки в переменной на запятую]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144817#p144817</link>
			<description><![CDATA[<p>Здравствуйте, не могу понять, если в переменной есть текст (9,2451) как изменить его на дробное число (9.2451), каким образом поменять эту запятую на точку?<br />к примеру:</p><p>x=9,2451<br />msgbox, %x%</p><p>Только чтоб в окне появлялось число с точкой.</p>]]></description>
			<author><![CDATA[null@example.com (Rio)]]></author>
			<pubDate>Fri, 15 Jan 2021 16:12:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144817#p144817</guid>
		</item>
	</channel>
</rss>
