Le 26/02/2016 12:14, Samuel Gougeon a écrit :
Hello,

Le 26/02/2016 09:17, jbaud...@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

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to