Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to convert a Binary Character to Integer
Message
De
08/08/2003 15:28:55
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
How to convert a Binary Character to Integer
Divers
Thread ID:
00818393
Message ID:
00818393
Vues:
64
Hi,
I am working with different Latin American countries and they send me every month different .dbf files with data. Some of these countries use BRO Plus as .dbf editor. I have one field called quantity and it's binary! I tried with the CtoBin() function in fox, but it didn't work. If I use the BRO's command BIN2L works! If I do the following example in fox works also:
aa=25
bb=BinToC(aa)
?CtoBin(bb) &&Returns 25.

In this example the convertions works perfectly!

I think that I have the problem with the bits. I think they convert data with 16bits and fox 8.0 uses 32bits.
Anyway, does anybody know how can I convert this binary field into an integer. (consider that this binary data was generated with a program called BRO and the command used was L2BIN()

Thanks!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform