-
Re: Hex to Decimal
Decimal to hex:
myvariable = hex(16)
Hex to Decimal:
myvariable = &H10
VB will make the conversion for you by implying &H(some hex number). The
same goes for octal as well... &O(some octal number)
Chris Ross
webster <steve@cco.de> wrote in message news:38bc20aa@news.devx.com...
>
> I know to convert a dec.number to a hex number, but how does it
> work vice versa?
>
> thx webster
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks