[Scilab-users] mprintf and backspace

Samuel Gougeon sgougeon at free.fr
Fri Feb 26 12:29:34 CET 2016


Le 26/02/2016 12:14, Samuel Gougeon a écrit :
> Hello,
>
> Le 26/02/2016 09:17, jbaudais at insa-rennes.fr a écrit :
>> Hello,
>>
>> I'd like to use \b, for backspace as in C, in mprintf function but it 
>> seems to not be implemented. How it can be obtained? (Only \n, \r and 
>> \t seems to be implemented.)
> .
> with ascii(8) ?
.
apparently not (Scilab 5.5.2 and 6.0-b1):
--> "abc"+ascii(8)+"def"
  ans  =

  abcdef


--> mprintf("abc"+ascii(8)+"def")
abcdef

SG




More information about the users mailing list