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

Jussi Lahtinen jussi.lahtinen at ...626...
Wed Jan 22 12:43:35 CET 2014


Instead of unsigned integer and short, why not just normal signed long? It
can hold same values. Integer is variable of 32 bits and it's declaration
determines how the first bit is interpreted. So in some cases it doesn't
matter.
Where do you need these exactly?

Jussi


On Wed, Jan 22, 2014 at 11:15 AM, wally <wally at ...2037...> wrote:

> Hello,
>
> Where can i find information and example code on:
>
> How to declare and handle *_unsigned_*__Integer, Short, Long in Gambas3 ?
>
> thank you wally
>
>
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list