Hi Wolfgang,

It seems to be a bug, please report it.

--
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@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to