[Gambas-user] integer

Laurent Carlier lordheavy at ...512...
Thu Dec 16 18:27:20 CET 2004


Le Jeudi 16 Décembre 2004 15:24, scatman a écrit :
> Hello,
>
> hmm, how can I create a Integer Variable from Type long?
>
> Gambas RC4
>
> thanks,
>
>

Default length of value are long

cf : Apidoc

GB_INTEGER :

typedef
  struct {
    GB_TYPE type;
    long value;                                <- Here
    long _reserved[2];
    }
  GB_INTEGER ;


 This structure represents an Integer Gambas value.

Regards,
 
-- 

Laurent Carlier




More information about the User mailing list