Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problems with string()

12 views
Skip to first unread message

Red

unread,
Oct 15, 2009, 5:39:20 AM10/15/09
to
Hello everybody, hope things are going good :)

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

Francis

unread,
Oct 15, 2009, 10:48:19 AM10/15/09
to
No problems for me. Normal 64-bit binary file Scilab 5.1.1 running in
64-bit Linux.

Francois Vogel

unread,
Oct 16, 2009, 1:00:19 AM10/16/09
to

Red

unread,
Oct 19, 2009, 7:34:49 AM10/19/09
to
Ok thank you for the Bug link

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.

0 new messages