[Scilab-users] ?==?utf-8?q? Bug of input function in Scilab 6.0 beta 1

Antoine Monmayrant amonmayr at laas.fr
Tue Feb 23 18:27:46 CET 2016


 
Le Mardi 23 Février 2016 17:16 CET, Clément David <clement.david at scilab-enterprises.com> a écrit: 
 
> Hi Wolfgang,
> 
> It seems to be a bug, please report it.

Is this related to the previous 'input()' bug reported here (crashing for long input string)?

Antoine

> 
> --
> Clément
> 
> Le mardi 23 février 2016 à 14:48 +0000, 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:
> > Code:
> > mode(0);
> > ieee(1);
> > clear;
> > iteration = input("Sensor data of which Iteration:");
> > name = sprintf("iteration%03d.sensor",iteration)
> >  
> > With Scilab 5.5.2 I enter 1 and get the following output:
> > -->exec('H:\SCILAB\Problem_input_data.sce', -1)
> > Sensor data of which Iteration:1
> > name  =
> >  iteration001.sensor  
> >  
> > Scilab 6.0 beta 1: I had to input “1” 2 times:
> >  
> > --> exec('H:\SCILAB\Problem_input_data.sce', -1)
> > Sensor data of which Iteration:1
> > Sensor data of which Iteration:1 name  =
> >  
> > iteration001.sensor
> >  
> > As mentioned Scilab 5.5.2 and the Scilab 6.0 alpha 1 worked without problems (I didn’t try Scilab
> > 6.0 alpha 2).
> >  
> > Is this a bug and simply a new behavior of the input function?
> > Best regards
> > Wolfgang
> >  
> >  
> >  
> > _______________________________________________
> > users mailing list
> > users at lists.scilab.org
> > http://lists.scilab.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
> 
 
 
 
 





More information about the users mailing list