Re: [Scilab-users] command longer than 4096

2023-04-27 Thread Federico Miyara
Jean-Yves. Thank you for checking and confirming. I think it is a limitation that could be relatively easily solved. If multi-line commands are accepted, it should be possible to automatically split the command using continuation marks before really requesting the execution. Federico Miyara

Re: [Scilab-users] command longer than 4096

2023-04-27 Thread Jean-Yves Baudais
Hello, Le 26/04/2023 à 17:20, Federico Miyara a écrit : As I said yesterday, the single-line command doesn't work when selected and evaluated from the contextual menu that opens when right-clicking on the selection. Ok, what I wrote was not in the same context, sorry. I succeeded to obtain

Re: [Scilab-users] command longer than 4096

2023-04-26 Thread Federico Miyara
As I said yesterday, the single-line command doesn't work when selected and evaluated from the contextual menu that opens when right-clicking on the selection. The error message, Command is too long (more than 4096 characters long): could not send it to Scilab is misleading, since the

Re: [Scilab-users] command longer than 4096

2023-04-26 Thread Jean-Yves Baudais
Hello, I wrote the vector "a" on the file "test.sce" and did --> exec test.sce; --> size(a) ans = 1. 371. Tested on Scilab 6.1.1. So it seems to work fine. I also tested a row vector of 1 "1" and it works also! (I have many sce files like that, because I use to add "a=[" at the

Re: [Scilab-users] command longer than 4096

2023-04-25 Thread Federico Miyara
; Subject: Re: [Scilab-users] command longer than 4096 EXTERNAL EMAIL : The sender of this email is external to 3DS. Be wary of the content and do not open unexpected attachments or links. If you consider this email as spam, you can click here<https://spam-report.3ds.com/?

Re: [Scilab-users] command longer than 4096

2023-04-25 Thread COUVERT Vincent
, November 17, 2022 10:21 PM To: users@lists.scilab.org Subject: Re: [Scilab-users] command longer than 4096 EXTERNAL EMAIL : The sender of this email is external to 3DS. Be wary of the content and do not open unexpected attachments or links. If you consider this email as spam, you can click

Re: [Scilab-users] command longer than 4096 => get_blockcomment()

2023-02-01 Thread Samuel Gougeon
Hello Federico, Sorry if this answer breaks the thread (despite you have forwarded your initial message to me with its full header): Le 21/12/2022 à 03:15, Federico Miyara a écrit : Dear All, I have to create a vector from a plain text containing about 700 decimal numbers, each one with

Re: [Scilab-users] command longer than 4096

2023-02-01 Thread Samuel Gougeon
Hello Federico, Sorry if this answer breaks the thread (despite you have forwarded your initial message to me with its full header. Thanks): Le 21/12/2022 à 03:15, Federico Miyara a écrit : Dear All, I have to create a vector from a plain text containing about 700 decimal numbers, each one

Re: [Scilab-users] command longer than 4096

2022-11-17 Thread Federico Miyara
Christopher, Yes, you understand correctly my case. There is a reason that justifies my request: I often use my scripts as examples within a didactic context. They are exhaustively commented, for instance. I consider it preferable to have all the needed data in the same script since I

Re: [Scilab-users] command longer than 4096

2022-11-17 Thread Dang Ngoc Chan, Christophe
Hello Federico, > De : users De la part de Federico > Miyara Envoyé : jeudi 17 novembre 2022 03:36 > > I have to create a vector from a plain text containing about 700 decimal > numbers, each one with several digits. > [...] > Is there a simple way to do this other than [...] saving the data as

[Scilab-users] command longer than 4096

2022-11-16 Thread Federico Miyara
Dear All, I have to create a vector from a plain text containing about 700 decimal numbers, each one with several digits. The total character count incuding spaces is about 5700, so when I run this command I get the following error: "Command is too long (more than 4096 characters long): could