Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hex values
Message
 
À
21/08/2000 11:39:38
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00407342
Message ID:
00407485
Vues:
16
Just add your return value to 65536 and you should have the correct value.
ie.  val(&HFFFF) returns -1 therefore 65536 + -1 =65535
     val(&HFFFE) returns -2 therefore 65536 + -2 =65534
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform