<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY><DIV>&nbsp;</DIV>Hy Gustaf and Uwe,<BR><BR>We have the following bug:<BR><BR>package require XOTcl<BR>namespace import xotcl::*<BR><BR>xotcl::Class::Parameter create Param -parameter {<BR>    {value  ""}<BR>}<BR><BR>Class create MA -superclass Class<BR><BR>MA parameter {{v -Class {Param -value ciao} -default 1}} <BR><BR>MA create A<BR><BR>puts "A exists pippo: [A exists pippo]"<BR><BR>set pippo 10<BR><BR>puts "A exists pippo: [A exists pippo]"<BR><BR><BR>-->  A exists pippo: 0<BR>-->  A exists pippo: 1<BR><BR>This is true if you have at least one parameter defined for a Metaclass<BR>and for every global variable defined!<BR><BR>ciao<BR>Attilio<BR><BR><BR><BR><BR><DIV><FONT size=2><FONT  face="Courier New">--------------------------------------------------------------------<BR>CONFIDENTIALITY  NOTICE<BR>This message and its attachments are addressed solely to the  persons<BR>above and may contain confidential information. If you have  received<BR>the message in error, be informed that any use of the content  hereof<BR>is prohibited. Please return it immediately to the sender and  delete<BR>the message. Should you have any questions, please contact us  by<BR>replying to </FONT><A href="mailto:webmaster@telecomitalia.it"><FONT  face="Courier New">webmaster@telecomitalia.it</FONT></A><FONT  face="Courier New">.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank  you<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </FONT><A href="http://www.telecomitalia.it"><FONT  face="Courier New">www.telecomitalia.it</FONT></A><BR><FONT  face="Courier New">--------------------------------------------------------------------</FONT></FONT></DIV></BODY></HTML>