> 2. Executing script files with the help of the File, Execute... button
> don't work if the input function is used in it.
> Rainer von Seggern said on 04/10/2008 17:41:
>
[quoted text clipped - 7 lines]
>
> Francois
Hello,
1.) I don't understand your answer, since the same simple script file
works under scilab 4.1.2:
// File, Execute ...
disp('TestExec.sce')
x = input(' x = ')
disp(exp(x),' exp(x) = ')
2.) What's about using the print button under scilab-5.0.2 ? Any
clue ?
Rainer
Francois Vogel - 06 Oct 2008 17:05 GMT
> 1.) I don't understand your answer, since the same simple script file
> works under scilab 4.1.2:
Regression.
The Scilab <-> Tcl interface has been completely rewritten by the Scilab
team in order to have a cleaner interface. Mixing this change with the big
code reorganization shuffle has lead to a number of bugs and regressions,
including this one with input() and the broken debugger.
A few references for your reading:
http://wiki.scilab.org/Tcl_Thread
http://wiki.scilab.org/Scipad_debugger_inner_beauties
http://bugzilla.scilab.org/show_bug.cgi?id=2789
> 2.) What's about using the print button under scilab-5.0.2 ? Any
> clue ?
No idea. Didn't have a look neither.
Francois