<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Из числа 1000 сделать 10:00]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16420&amp;type=atom" />
	<updated>2021-06-11T16:12:56Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16420</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Из числа 1000 сделать 10:00]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=148413#p148413" />
			<content type="html"><![CDATA[<p><strong>kostiav13</strong><br /></p><div class="codebox"><pre><code>x := 1500
MsgBox, % RegExReplace(x, &quot;^..\K&quot;, &quot;:&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-06-11T16:12:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=148413#p148413</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Из числа 1000 сделать 10:00]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=148412#p148412" />
			<content type="html"><![CDATA[<p><strong>Drike</strong> Это не совсем то, что мне нужно. Уже решил вопрос таким способом:<br /></p><div class="codebox"><pre><code>x := SubStr(x, 1, StrLen(x)-2) &quot;:&quot; SubStr(x, -1)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[kostiav13]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38843</uri>
			</author>
			<updated>2021-06-11T15:49:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=148412#p148412</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Из числа 1000 сделать 10:00]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=148411#p148411" />
			<content type="html"><![CDATA[<p><strong>Drike</strong>, не забываем использовать заглавные буквы и точки. Исправьте, пожалуйста, своё сообщение.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-06-11T14:09:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=148411#p148411</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Из числа 1000 сделать 10:00]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=148410#p148410" />
			<content type="html"><![CDATA[<p>ну сделай так: time = %int1%:%int2%, вроде так</p>]]></content>
			<author>
				<name><![CDATA[Drike]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41788</uri>
			</author>
			<updated>2021-06-11T09:33:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=148410#p148410</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Из числа 1000 сделать 10:00]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=148376#p148376" />
			<content type="html"><![CDATA[<p><strong>kostiav13</strong>, если скрипт для игры, он должен быть в AutoHotKey — Games, переношу.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-06-08T16:56:41Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=148376#p148376</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Из числа 1000 сделать 10:00]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=148375#p148375" />
			<content type="html"><![CDATA[<p>Приветствую всех, в общем, сделал скрипт для игры, который должен считать время.<br /></p><div class="codebox"><pre><code>#SingleInstance, force

F2::
x = %clipboard%
y:=x+500
z:=x+800
zz:=x+1100

clipboard := &quot;Аегис пропадёт: &quot; y &quot; Рошан появится в промежутке: &quot; z &quot;-&quot; zz</code></pre></div><p>Скрипт работает так, в буфере обмена будет число, к примеру &quot;1000&quot;, скрипт прибавляет и на выходе получается 1500 , 1800 и 2100. Нужно чтобы числа на выходе были как &quot;15:00&quot;, &quot;18:00&quot; и &quot;21:00&quot;<br />Каким образом это можно сделать?</p>]]></content>
			<author>
				<name><![CDATA[kostiav13]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38843</uri>
			</author>
			<updated>2021-06-08T16:52:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=148375#p148375</id>
		</entry>
</feed>
