[scilab-Users] very very very basic question

vinsz vincent.guffens at googlemail.com
Sat Mar 6 09:32:53 CET 2010


On Sat, 2010-03-06 at 08:29 +0100, Paul CARRICO wrote:
> Hi all
> 
>  
> 
> It’s a very very very basic question but all the tests I performed
> failed : how can I insert the following special characters with
> mfprintf  : “  ‘  \

Hi,

you can double it as follows:


-->mprintf("''pi=''%.2f",%pi)
'pi='3.14 
-->mprintf("""pi=""%.2f",%pi)
"pi="3.14 
-->mprintf("\\pi=\\%.2f",%pi)
\pi=\3.14 






More information about the users mailing list