I wonder if there is a command to:<br>1) clear all variables without restarting gmsh.<br>2) clear the message consule.<br><br>/Maka.<br><br><div class="gmail_quote">On Wed, Apr 2, 2008 at 12:16 PM, Maka Mohu <<a href="mailto:maka.mohu@gmail.com">maka.mohu@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You may try the following example:<br>---------------------------------------------------------------<br>
// 1- restart gmsh.<br>// 2- run once.<br>// 3- comment the line indicated and run again.<br>// 4- the variable ArRaY is not cleared when the script is reloaded. You have<br>
// to restart gmsh so that the variable is cleared.<br><br>imax=1;<br>imax=2;  // comment me<br>For i In { 0 : imax : 1 }<br> ArRaY[i]=1;<br>EndFor<br>Printf("%g %g %g ",ArRaY[]);<br>---------------------------------------------------------------<br>

<br>Best regards,<br><font color="#888888">Maka<br>
</font></blockquote></div><br>