Re: [Scilab-users] Bug of input function in Scilab 6.0 beta 1

2016-02-26 Thread SCHULZ Wolfgang
t; An: users@lists.scilab.org > Betreff: Re: [Scilab-users] Bug of input function in Scilab 6.0 beta 1 > > I doubt that it is related to bug 14375. > That seems to be caused by a long temporary prompt: > prompt('CRASH CRASH CRASH CRASH CRASH CRASH CRASH CRASH CRASH > CRASH C

Re: [Scilab-users] Bug of input function in Scilab 6.0 beta 1

2016-02-25 Thread JLan
I doubt that it is related to bug 14375. That seems to be caused by a long temporary prompt: prompt('CRASH CRASH CRASH CRASH CRASH CRASH CRASH CRASH CRASH CRASH CRASH >') But the behavior is certainly strange and inconsistent, should be reported as a separate bug. This is what I got once, but I ca

Re: [Scilab-users] Bug of input function in Scilab 6.0 beta 1

2016-02-25 Thread Clément David
Hi Wolfgang, It might be the http://bugzilla.scilab.org/show_bug.cgi?id=14375 about input behavior. Regards, -- Clément Le jeudi 25 février 2016 à 15:00 +, SCHULZ Wolfgang a écrit : > Clement, > shoud I add my findings to the original bug report? In case of yes - which > bug report number

Re: [Scilab-users] Bug of input function in Scilab 6.0 beta 1

2016-02-25 Thread SCHULZ Wolfgang
Clement, shoud I add my findings to the original bug report? In case of yes - which bug report number is it? Thanks Wolfgang > -Ursprüngliche Nachricht- > Von: users [mailto:users-boun...@lists.scilab.org] Im Auftrag von Clément > David > Gesendet: Mittwoch, 24. Februar 2016 17:06 > An:

Re: [Scilab-users] Bug of input function in Scilab 6.0 beta 1

2016-02-23 Thread Clément David
Hi Wolfgang, It seems to be a bug, please report it. -- Clément Le mardi 23 février 2016 à 14:48 +, SCHULZ Wolfgang a écrit : > Hello, > since Scilab 6.0 beta 1 I have a problem with the input function (everything > worked under Scilab > 6.0 alpha 1). >   > I execute the following code: > C

[Scilab-users] Bug of input function in Scilab 6.0 beta 1

2016-02-23 Thread SCHULZ Wolfgang
Hello, since Scilab 6.0 beta 1 I have a problem with the input function (everything worked under Scilab 6.0 alpha 1). I execute the following code: Code: mode(0); ieee(1); clear; iteration = input("Sensor data of which Iteration:"); name = sprintf("iteration%03d.sensor",iteration) Wit