Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert a binary number in to string in Visual Basic
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00238456
Message ID:
00238466
Vues:
11
>convert a binary number in to string in Visual Basic
> What the function to do it?

Hi Perry.

Bad news: You posted this in the Visual Foxpro forum :-)

Good news: in VB you don't often have to do this. A number will convert itself to a string if you treat it like one.

Example: msgbox(3+4)

If you want to force the conversion use cStr()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform