Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert a binary number in to string in Visual Basic
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00238456
Message ID:
00238466
Views:
10
>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()
Previous
Reply
Map
View

Click here to load this message in the networking platform