xstring displays strings formatted with prettyprint without space

Alexander Raab e0425956 at student.tuwien.ac.at
Mon Aug 2 14:57:38 CEST 2010


Hi,

I have a problem with xstring and prettyprint.

Scilab 5.2.2 and 5.3.0 beta2


xstring(0,0,"Hello World") works correct

xstring(0,0,prettyprint("Hello World")) space is missing between the 2 words

xstring(0,0,prettyprint("Hello\ World"))  works correct

Is it necessary to use "\ " instead of " " ?

best regards
Alexander





More information about the users mailing list