[Gambas-user] How to handle unsigned Integer, Short, Long

Benoît Minisini gambas at ...1...
Wed Jan 22 14:06:49 CET 2014


Le 22/01/2014 10:15, wally a écrit :
> Hello,
>
> Where can i find information and example code on:
>
> How to declare and handle *_unsigned_*__Integer, Short, Long in Gambas3 ?
>
> thank you wally
>

Alas you have no unsigned datatypes in Gambas. Maybe in a future Gambas 4?

You have to use signed version, and be careful with the arithmetic you 
are doing.

Regards,

-- 
Benoît Minisini




More information about the User mailing list