[Bugzilla] [Bug 15488] Samuel GOUGEON has commented the bug

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Fri Mar 16 04:12:22 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=15488
--------- Bug Summary -----------
string macro treats integer types as double

---------- Changed by ------------
sgougeon at free.fr

---------- What changed ----------

--- Comment #2 from Samuel GOUGEON <sgougeon at free.fr> ---
Or even simpler:

function str=%i_string(i)
    s = size(i)
    S = list();
    for j = s
        S($+1) = j
    end
    str = matrix(msprintf("%d\n",i(:)), S(:))
endfunction

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180316/0d113e5e/attachment.htm>


More information about the Bugzilla mailing list