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

<body>

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

<hr>

<p>
<font size=+1><i>INTEGER</i> <b>del_method</b>(<i>SYMBOL <b>name</b></i>)</font>

<p>This function removes the method named by the symbol <VAR>name</VAR> from
the current object.  <CODE>del_method()</CODE> returns <CODE>1</CODE> if
there was a method named <VAR>name</VAR> on the current object; otherwise,
a <CODE>~methodnf</CODE> error 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>