[Scilab-users] Binary I/O of Integers on Scilab 5.5.0 Windows 64 bits

Rafael Guerra jrafaelbguerra at hotmail.com
Sun May 4 13:38:25 CEST 2014


Hello,

 

Is the following change of mput/mget data types "ib" and "lb" have been
reported for Scilab 5.5.0 (Win 64 bits)?

 

 

fid = mopen("mput_lb.dat", 'wb', 0);
mput(16,'lb',fid);
mclose(fid)
// outputs now long long integer with 8 bytes
 
fid = mopen("mput_ib.dat", 'wb', 0);
mput(16,'ib',fid); 
mclose(fid)
// outputs now long integer with 4 bytes

 

 

In Scilab 5.4.1 (Win 64 bits), "lb" words had 4-bytes only, if I am not
mistaken.

 

Thanks and regards

Rafael G.





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140504/0927fb37/attachment.htm>


More information about the users mailing list