<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - Methods Implementation
</title>
</head>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../cat%3Fen">Up</a>&nbsp;&nbsp;
<a href="memory%3Fen">Previous</a>&nbsp;&nbsp;
<a href="object%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Methods Implementation
</h1>
<table class="table" border="0" bordercolor="#000000" cellpadding="4" cellspacing="0">
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/arg%3Fen">ARG</a></tt>
</td><td valign="top">
Returns a pointer to a method argument.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/begin_method%3Fen">BEGIN_METHOD</a></tt>
</td><td valign="top">
Begins the implementation of a method that takes at least one argument.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/begin_method_void%3Fen">BEGIN_METHOD_VOID</a></tt>
</td><td valign="top">
Begins the implementation of a method that takes no argument.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/end_method%3Fen">END_METHOD</a></tt>
</td><td valign="top">
Ends the implementation of a method.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/gb.nparam%3Fen">GB.NParam</a></tt>
</td><td valign="top">
Returns the number of variable arguments of a method.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/length%3Fen">LENGTH</a></tt>
</td><td valign="top">
Returns the length of a string method argument.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/missing%3Fen">MISSING</a></tt>
</td><td valign="top">
Returns if an optional argument has a value.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/string%3Fen">STRING</a></tt>
</td><td valign="top">
Returns the address of a string method argument.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/varg%3Fen">VARG</a></tt>
</td><td valign="top">
Returns the value of a method argument.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/vargopt%3Fen">VARGOPT</a></tt>
</td><td valign="top">
Returns the value of an optional method argument.
</td></tr>
</table>

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

