<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - Boolean[]
 (gb)</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help+en"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../gb+en">Up</a>&nbsp;
<a href="array/type+en">Previous</a>&nbsp;
<a href="boolean[]/add+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Boolean[]
 (gb)</h1>
This class implements a dynamic array of <a href="../../lang/type/boolean+en">Boolean</a> values.
<p>
<div class="black"><font size="-2"><b>Symbols</b></font></div>
<div class="border">
This class inherits <a href="array+en">Array</a>.<hr>
This class is <a class="none" href="boolean[]/_new+en">creatable</a>.<br>
This class acts like a <a class="none" href="boolean[]/_get+en">read</a> / <a class="none" href="boolean[]/_put+en">write</a> array.<br>
This class is <a class="none" href="boolean[]/_next+en">enumerable</a> with the <a href="../../lang/foreach+en">FOR EACH</a> keyword.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<a class="none" href="array/bounds+en">Bounds</a>&nbsp;&nbsp; <a class="none" href="array/count+en">Count</a>&nbsp;&nbsp; <a class="none" href="array/data+en">Data</a>&nbsp;&nbsp; <a class="none" href="array/dim+en">Dim</a>&nbsp;&nbsp; <a class="none" href="array/length+en">Length</a>&nbsp;&nbsp; <a class="none" href="array/max+en">Max</a>&nbsp;&nbsp; <a class="none" href="array/type+en">Type</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a class="none" href="boolean[]/add+en">Add</a>&nbsp;&nbsp; <a class="none" href="array/clear+en">Clear</a>&nbsp;&nbsp; <a class="none" href="boolean[]/copy+en">Copy</a>&nbsp;&nbsp; <a class="none" href="boolean[]/fill+en">Fill</a>&nbsp;&nbsp; <a class="none" href="boolean[]/find+en">Find</a>&nbsp;&nbsp; <a class="none" href="boolean[]/insert+en">Insert</a>&nbsp;&nbsp; <a class="none" href="boolean[]/pop+en">Pop</a>&nbsp;&nbsp; <a class="none" href="boolean[]/push+en">Push</a>&nbsp;&nbsp; <a class="none" href="boolean[]/read+en">Read</a>&nbsp;&nbsp; <a class="none" href="array/remove+en">Remove</a>&nbsp;&nbsp; <a class="none" href="array/resize+en">Resize</a>&nbsp;&nbsp; <a class="none" href="array/reverse+en">Reverse</a>&nbsp;&nbsp; <a class="none" href="boolean[]/sort+en">Sort</a>&nbsp;&nbsp; <a class="none" href="boolean[]/write+en">Write</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

</div>
</body>
</html>

