Re: [Scilab-Dev] strings cannot be cut into several lines

2018-09-08 Thread Antoine ELIAS
Hello Eric, In Scilab 5, you could write strings on multiple lines using ... but not only, it worked with everything. -->1.. -->2  ans  =     12. and more horrible -->fun.. -->ction toto(.. -->) -->disp("fu.. -->nction"); -->endf... -->unction -->toto()  function In fact "..." are used

[Scilab-Dev] strings cannot be cut into several lines

2018-09-08 Thread Éric Dubois
Hello Can someone explain me why in Scilab 6, you cannot wirte a string on several lines each line ending by "..."? When you have a very long string, you have 2 choices that are not appealing: - write this string on a line, which is not very readable; - define several strings covering different