[Scilab-users] mprintf("%c") actual action, and vs mprintf("%s") ?

2020-10-21 Thread Samuel Gougeon
Hello, The printf_conversion page tells that the "/"%c" directive accepts and displays an integer value converted to a character"/. Yet, with Scilab 6.1.0 --> msprintf("AB %c\n", 3) msprintf: Wrong number of input arguments: d

Re: [Scilab-users] callback delay

2020-10-21 Thread Stefan Du Rietz
On 2020-10-18 16:12, Stéphane Mottelet wrote: Hello, Did you try to play with the callback_property ? I think that making the callback interruptible or non interruptible may change things. S. Hello Stéphane, thanks for the proposition, which never concurred to me! But, since there is no d