Can anyone tell me if "string(5.08)" works on your scilab system ?
If you have any other more suitable solution to convert numbers into
string then 'ill use it !
:)
For now, I have some troubles with some scripts using function "string
()"
In scilab 4.1.2 I have :
====================
-->string(5)
ans =
5
-->string(5.0)
ans =
5
-->string(5.08)
ans =
5.08
=====================
And in scilab 5.1.1 and also in night build 5.1-1253689646 (and I am
downloading the last one to test) I get :
=====================
-->string(5)
ans =
5
-->string(5.0)
ans =
5
-->string(5.08)
At line 88 of file src/fortran/cvdm.f
Internal Error: printf is broken
========================= scilab crash
F.
setting LC_ALL=en_US
"solved" the problem.
I'll do with it for now
Thank you.
Red.
On Oct 16, 7:00 am, "Francois Vogel" <fsvogelnew5NOS...@free.fr>
wrote:
> "Red" <re.b...@gmail.com> a écrit dans le message de news:
> e1e387b2-c1d1-4749-a0d1-4df94f9b3...@v36g2000yqv.googlegroups.com...
>
> > -->string(5.08)
> > At line 88 of file src/fortran/cvdm.f
> > Internal Error: printf is broken
> > ========================= scilab crash
>
> http://bugzilla.scilab.org/buglist.cgi?query_format=advanced&short_de...
>
> F.