<?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=16511</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16511&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Дали скрипт но хотелось бы другое чтобы таймер шел визуально».]]></description>
		<lastBuildDate>Sat, 31 Jul 2021 18:19:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Дали скрипт но хотелось бы другое чтобы таймер шел визуально]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=149112#p149112</link>
			<description><![CDATA[<p><strong>Romeo85</strong>, ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">правилами</a>, отредактируйте свои посты. Обратите внимание на <a href="http://forum.script-coding.com/viewtopic.php?id=5421">составление заголовков</a>, оформление кода, заглавные буквы в начале и точки в конце предложений.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 31 Jul 2021 18:19:52 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=149112#p149112</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Дали скрипт но хотелось бы другое чтобы таймер шел визуально]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=149111#p149111</link>
			<description><![CDATA[<p>F1:: time := A_TickCount</p><p>F2:: msgbox, % &quot;Прошло времени: &quot; FormatTime(A_TickCount-time)</p><p>FormatTime(Time) {<br />	Local Rest, Hours, Min, Sec, MSec<br />	If Time &lt; 0<br />		Return &quot;00:00:00&quot;<br />	Rest := Mod(Time, 3600000)<br />	Hours := Format(&quot;{:02d}&quot;, Time // 3600000)<br />	Min := Format(&quot;{:02d}&quot;, Rest // 60000)<br />	Sec := Format(&quot;{:02d}&quot;, Mod(Rest, 60000) // 1000)<br />	MSec := Format(&quot;{:03d}&quot;, Mod(Rest, 1000))<br />	Return Hours &quot;:&quot; Min &quot;:&quot; Sec<br />}</p>]]></description>
			<author><![CDATA[null@example.com (Romeo85)]]></author>
			<pubDate>Sat, 31 Jul 2021 18:10:55 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=149111#p149111</guid>
		</item>
	</channel>
</rss>
