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

<body>

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

<hr>

<p>
<font size=+1><i>OBJNUM</i> <b>create</b>(<i>LIST <b>parents</b></i>)</font>

<p>This function creates and returns the objnum of an object with
the parents in the list <var>parents</var>, which should be a list
of objnums referring to existing objects.  If any of the parent
objnums do not refer to existing objects, then <CODE>create()</CODE>
throws the error <CODE>~objnf</CODE>.

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