Hi,

in the form:
mprintf("\n%5s %16s %17s\n","i","of x","%")

Don't will print the commas (note that in the formatting sentences there are
not any comma),

In other hand, if you have for example:

--> y =  "hi"

and then

--> mprintf("\n%5s %16s %17s\n","i","of x",y)

the result will be:

i   of x   hi

I hope the information be usefull to you




--
View this message in context: 
http://mailinglists.scilab.org/Slight-problem-with-mprintf-command-tp4028323p4028324.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to