<html><head><title>Array</title></head><body bgcolor="#FFFFFF" link="#207BC3" vlink="#003B83" alink="#003B83"><font face="Arial" size="2"><p align="center"><b><font size="4">SpiderBasic - Array</font></b></p><p><b>Overview</b></p><blockquote>Arrays are structures to store indexed elements. Unlikea <a href="../list/index.html">list</a> or a <a href="../map/index.html">map</a>, theelements are allocated in a contiguous manner in memory. Therefore, it'snot possible to easily insert or remove an element. On other hand,it provides a very fast direct access to a random element.<br><br>To work with arrays, they have to be declared first. This could bedone with the keyword <a href="../reference/dim.html">Dim</a>.<br><br>Arrays can be sorted using <a href="../sort/sortarray.html">SortArray()</a>, and can also be randomized using <a href="../sort/randomizearray.html">RandomizeArray()</a>.</blockquote><p><b>Command Index</b><blockquote><a href="arraysize.html">ArraySize</a><br><a href="copyarray.html">CopyArray</a><br><a href="freearray.html">FreeArray</a><br></blockquote></p><p><b>Example</b></p><blockquote><a href="../Examples/Array.sb.html">Array.sb</a></Blockquote><center><a href="../index.html">Reference Manual - Index</a></center><br><br></body></html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。