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

<body>

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

<hr>

<p>
<font size=+1><i>ANY</i> <b>get_var</b>(<i>SYMBOL <b>name</b></i>)</font>

<p>This function returns the current object's value of the object variable
pointed to by the symbol <i>name</i>.  The variable must be defined on the
same object which defined the method which calls <code>get_var()</code>.
If the object variable is not defined, the error <code>~varnf</code> is
thrown.  Otherwise the current object's value for the variable is returned.
<p>
<hr size=4><p align=center><i>Last Modified on Jan 25 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>