Makes sense.&nbsp; Thank you for the help.<br><br><div class="gmail_quote">On Wed, May 7, 2008 at 1:15 PM, Kristoffer Lawson &lt;<a href="mailto:setok@scred.com">setok@scred.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
On 7 May 2008, at 21:09, Matthew Smith wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thank you for the help.<br>
<br>
Now I am getting another error I don&#39;t understand.<br>
<br>
invalid command name &quot;my&quot;.<br>
</blockquote>
<br></div>
&quot;my&quot; is probably in the xotcl namespace. When I&#39;m coding with XOTcl I always start with the following:<br>
<br>
<br>
package require XOTcl<br>
namespace import xotcl::*<br>
<br>
Then I have direct access to all XOTcl commands:<div class="Ih2E3d"><br>
<br>
Class Stack<br>
<br>
Stack instproc init {} {<br></div>
 &nbsp;my instvar things<br>
 &nbsp;# ...<div><div></div><div class="Wj3C7c"><br>
}<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; / <a href="http://www.scred.com/" target="_blank">http://www.scred.com/</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; / <a href="http://www.fishpool.com/%7Esetok/" target="_blank">http://www.fishpool.com/~setok/</a><br>
<br>
<br>
</div></div></blockquote></div><br>