<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.herc.ws/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Getarraysize</id>
		<title>Getarraysize - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Getarraysize"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Getarraysize&amp;action=history"/>
		<updated>2026-05-30T16:31:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.11</generator>

	<entry>
		<id>https://wiki.herc.ws/w/index.php?title=Getarraysize&amp;diff=184&amp;oldid=prev</id>
		<title>Nameless2you: Created page with &quot;== Syntax == * getarraysize(&lt;array name&gt;)  == Description == This function returns the number of values that are contained inside the specified array. Notice that zeros an...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Getarraysize&amp;diff=184&amp;oldid=prev"/>
				<updated>2013-01-13T19:43:22Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Syntax == * &lt;a href=&quot;/wiki/Getarraysize&quot; title=&quot;Getarraysize&quot;&gt;getarraysize&lt;/a&gt;(&amp;lt;array name&amp;gt;)  == Description == This function returns the number of values that are contained inside the specified array. Notice that zeros an...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Syntax ==&lt;br /&gt;
* [[getarraysize]](&amp;lt;array name&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This function returns the number of values that are contained inside the specified array. Notice that zeros and empty strings at the end of this array are not counted towards this number.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
 [[setarray]] @array[0], 100, 200, 300, 400, 500, 600;&lt;br /&gt;
 [[set]] @arraysize, [[getarraysize]](@array);&lt;br /&gt;
&lt;br /&gt;
This will make @arraysize == 6. But if you try this:&lt;br /&gt;
&lt;br /&gt;
 [[setarray]] @array[0], 100, 200, 300, 400, 500, 600, 0;&lt;br /&gt;
 [[set]] @arraysize, [[getarraysize]](@array);&lt;br /&gt;
&lt;br /&gt;
@arraysize will still equal 6, even though you've set 7 values.&lt;br /&gt;
&lt;br /&gt;
[[Category:Script Command]]&lt;/div&gt;</summary>
		<author><name>Nameless2you</name></author>	</entry>

	</feed>