Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BitAnd() limitation?
Message
De
06/08/2004 16:36:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
BitAnd() limitation?
Divers
Thread ID:
00931430
Message ID:
00931430
Vues:
55
hello everybody.

it seems, in Vfp6 Sp5, that the following works:
?bitand(2^30, 2^30) = 2^30 && shows .t.
but the next one does not
?bitand(2^31, 2^31) = 2^31 && shows .f.
is this the limitation of BitAnd()?

if so, is there a workaround? currently i need to be able to check for values up to 2^33

thanks for all your help in advance!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform