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

SCHULZ Wolfgang W.Schulz at ove.at
Tue Feb 23 15:48:22 CET 2016


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






-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160223/5933b73d/attachment.htm>


More information about the users mailing list