<?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=16779&amp;type=atom" />
	<updated>2021-12-02T14:29:31Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16779</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Разделение числа на цифры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150897#p150897" />
			<content type="html"><![CDATA[<p><strong>Phoenixxx_Czar</strong></p><p>Спасибо огромное</p>]]></content>
			<author>
				<name><![CDATA[Vombland]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42186</uri>
			</author>
			<updated>2021-12-02T14:29:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150897#p150897</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Разделение числа на цифры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150895#p150895" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>varible := 123456678

!1::
for i, num in StrSplit(varible)
{
	Send, %num%{tab}
}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2021-12-02T14:18:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150895#p150895</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Разделение числа на цифры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150893#p150893" />
			<content type="html"><![CDATA[<p>Есть для этого дела специальный цикл Loop (parse a string). В английской справке точно есть описание.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-12-02T14:08:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150893#p150893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Разделение числа на цифры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150892#p150892" />
			<content type="html"><![CDATA[<p>Как получаете само число?</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-12-02T14:07:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150892#p150892</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Разделение числа на цифры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150891#p150891" />
			<content type="html"><![CDATA[<p>Доброго времени суток. Имеется число допустим 12345678. Надо разбить число на цифры и вставить в WORD под одной цифре из числа в каждую ячейку в таблице. Как разбить само число на цифры ? Заранее спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Vombland]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42186</uri>
			</author>
			<updated>2021-12-02T13:50:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150891#p150891</id>
		</entry>
</feed>
