<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Можно ли назвать класс "Array"]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=17121</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17121&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Можно ли назвать класс "Array"».]]></description>
		<lastBuildDate>Thu, 12 May 2022 18:30:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Можно ли назвать класс "Array"]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=153182#p153182</link>
			<description><![CDATA[<p>Данный класс я делаю сам, но когда-то столкнулся с проблемой связанной с именем класса. Не знаю какое более удобное название можно выбрать, в идеале для работы с массивами хотелось бы и иметь название класса &quot;Array&quot;, чтобы возможно было обращаться, как &quot;Array.method()&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (Phoenixxx_Czar)]]></author>
			<pubDate>Thu, 12 May 2022 18:30:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=153182#p153182</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Можно ли назвать класс "Array"]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=153181#p153181</link>
			<description><![CDATA[<p>С таким названием проблем не должно быть, но если переименовываете чужой класс, нужно сначала проверить, нет ли обращений по имени изнутри класса, в этом случае при смене названия он не будет работать. Кроме того, Array — одно из служебных слов в AHK, поэтому лучше его не использовать, чтобы не возникало путаницы.<br /></p><div class="codebox"><pre><code>obj := Array(1, 2, 3)
MsgBox, % obj[3]</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 12 May 2022 18:06:41 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=153181#p153181</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Можно ли назвать класс "Array"]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=153180#p153180</link>
			<description><![CDATA[<p>Из-за какой-то проблемы мне пришлось когда-то переименовать класс в &quot;ClassArray&quot;, не помню какова была причина. Сейчас ради интереса назвал так класс и он вроде отрабатывает.<br />Есть какие-то вам известные проблемы с таким назанием?</p>]]></description>
			<author><![CDATA[null@example.com (Phoenixxx_Czar)]]></author>
			<pubDate>Thu, 12 May 2022 17:36:16 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=153180#p153180</guid>
		</item>
	</channel>
</rss>
