Dear Scilabers,
Any clues on why the following command totally crashes Scilab 6.0.1 on Win7:
--> printf("A = B ./(C+%%eps) (to avoid division by 0)\n");
while in Scilab 5.5.2 escapes % and outputs properly:
A = B ./(C+%eps) (to avoid division by 0)
How to escape % in Scilab 6.0.1's printf?
PS:
one workaround is to: printf("A = B ./(C+%seps) (to avoid division by
0)\n","%")
but it looks weird...
Regards,
Rafael
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users