<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Under pause the changed variable after resume gets its old value"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13855">bug 13855</a>
<br><br>
---------- Bug Summary ----------- <br>Under pause the changed variable after resume gets its old value <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>Scilab
</td>
<td>Documentation pages
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>bugzilla.admin@scilab.org
</td>
<td>sgougeon@free.fr
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Under pause the changed variable after resume gets its old value"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13855#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Under pause the changed variable after resume gets its old value"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13855">bug 13855</a>
from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
<pre>It is the expected behavior of the pause: All what you do in pause mode is forgotten when resuming:
<a href="https://help.scilab.org/docs/6.0.1/en_US/pause.html">https://help.scilab.org/docs/6.0.1/en_US/pause.html</a> :
"The user is then in a new workspace in which all the lower-level variables (and in
particular all the variable of the function) are available.
To return to the calling workspace enter return.
In this mode, [...] = return(...) returns the variables of the argument (...) to the
calling workspace with names in the output [...].
Otherwise, the lower-level variables are protected and cannot be modified." <<<<<<<<<<<<<<
I agree on that this explanation is not very clear. It would deserve being improved.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>