/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: find_method()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: find_method()</h1>

<hr>

<p>
<font size=+1><i>OBJNUM</i> <b>find_method</b>(<i>SYMBOL <b>name</b></i>)</font>

<p>This function searches for the first occurance of the method named
by the symbol <var>name</var>, on an ancestor of the current object.  If
a method is found, the ancestor is returned.  Otherwise the error
<code>~methodnf</code> is thrown.

<p><hr size=4><p align=center><i>Last Modified on Feb 26 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>