Benoît Minisini ha scritto:
>> It seems that there are bugs in the "Ror" function too.
>> Using the same number, 197 (11000101), if I write ROR(197,3) I get
>> -1610612712 (
>> 1111111111111111111111111111111110100000000000000000000000011000)
>> instead of 10111000 (184).
> 
> 197 is not a Byte, it is an Integer. If you want a Byte, you have to do 
> Shl(CByte(197), 3).
> 
> Regards,
> 

Sorry.
I was thinking that the function would find the type of the data by itself.

-- 
Ciao.
Leo.

Web: www.leonardomiliani.com
E-mail: leona...@leonardomiliani.com
Scegli software opensource - Choose opensource software

Co-fondatore di Gambas-it.org
Il sito di riferimento della comunità italiana degli utenti di Gambas
www.gambas-it.org

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to