[scilab-Users] sprintf changes from 5.1 to 5.3 (is it related to fprintfMat change reported by Didier)
    Antoine Monmayrant 
    antoine.monmayrant at laas.fr
       
    Tue Mar 29 17:12:26 CEST 2011
    
    
  
I just submitted a bug concerning msprintf:
http://bugzilla.scilab.org/show_bug.cgi?id=9277
Le 23/03/2011 16:23, Antoine Monmayrant a écrit :
> Hi everyone,
>
> I just noticed something that has changed between scilab 5.1 and 5.3.
> In 5.3, "sprintf" support tabs and other special characters but I 
> can't escape the backslash:
>
> ++++++scilab 5.1++++++
>
> -->sprintf('\\text')
>  ans  =
>  \\text
>
> -->sprintf('\text')
>  ans  =
>  \text
>
> ++++++scilab 5.3++++++
>
> -->sprintf('\\text')
>  ans  =
>   \      ext
>
> -->sprintf('\text')
>  ans  =
>         ext
>
>
> Am I missing something?
>
> Cheers,
>
> Antoine
-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Antoine Monmayrant LAAS - CNRS
  7 avenue du Colonel Roche
  31077 TOULOUSE
  Cedex 4 FRANCE
  Tel:+33 5 61 33 64 59
  email : antoine.monmayrant at laas.fr
  permanent email : antoine.monmayrant at polytechnique.org
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
    
    
More information about the users
mailing list