<head><title>ColdC: Function/Method Reference: del_var()</title></head> <body> <h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: del_var()</h1> <hr> <p> <font size=+1><i>INTEGER</i> <b>del_var</b>(<i>SYMBOL <b>name</b></i>)</font> <p> This function deletes the object variable pointed to by the symbol <i>name</i> defined on the current object. If the object variable is not defined on the current object, the error <code>~varnf</code> is thrown. Upon successful execution <code>del_var()</code> returns <code>1</code>.</p> <hr size=4><p align=center><i>Last Modified on Jan 25 1996</i> <br><i>Copyright © 1995, 1996, Brandon Gillespie</i> </body>