Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bitand on more than 32 bits
Message
De
11/02/2003 03:29:24
 
 
À
11/02/2003 03:11:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00751377
Message ID:
00751802
Vues:
25
>Hi,
>
>How many bits do you want ? You can use more than 32 anyway.
>
>e.g. using 48 bits: BITAND(16014621,15033922) = 14959616
>
>Regards,
>Viv

Viv,

Aren't all your numbers 24 bits ?

Just tested (you never know with computers): bitand(2^32, 2^32) returns 0 since we are exceeding 32 bits (2^31 ..... 2^0)


UPDATE: Viv, you were the quicker
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform