<?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=15780</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15780&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Рандомные числа».]]></description>
		<lastBuildDate>Fri, 30 Oct 2020 22:32:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Рандомные числа]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=143028#p143028</link>
			<description><![CDATA[<p><a href="https://www.autohotkey.com/docs/commands/InputBox.htm">https://www.autohotkey.com/docs/commands/InputBox.htm</a><br /><a href="https://www.autohotkey.com/docs/commands/Input.htm">https://www.autohotkey.com/docs/commands/Input.htm</a></p>]]></description>
			<author><![CDATA[null@example.com (qqlexa)]]></author>
			<pubDate>Fri, 30 Oct 2020 22:32:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=143028#p143028</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Рандомные числа]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=143026#p143026</link>
			<description><![CDATA[<p>Здравствуйте.<br />Мне нужно сделать так что бы при нажати на f10 у пользователя скрипта спрашивалось от сколько&nbsp; до скольки символов сгенерируется.<br />Пробовал сам сделать - не смог. Теперь решил обратится на форум для помощи.&nbsp; </p><div class="codebox"><pre><code> F10::

Send, % GenerateRandomString()
sleep, 300


GenerateRandomString(length = 15 ) 
{

characters := &quot;qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789&quot; 
StringSplit, chars, characters

Loop, %length%
{
	Random, rand, 1, 68
	password .= chars%rand%
}
return password
}


return 
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (pedroosancces)]]></author>
			<pubDate>Fri, 30 Oct 2020 20:59:43 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=143026#p143026</guid>
		</item>
	</channel>
</rss>
