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.
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users