PC Review


Reply
Thread Tools Rate Thread

Convert octal to decimal

 
 
Ken
Guest
Posts: n/a
 
      8th Feb 2005
Is there a standard function that converts an octal number
to the corresponding decimal number?

Like the "inverse Oct()"
 
Reply With Quote
 
 
 
 
Wayne Morgan
Guest
Posts: n/a
 
      8th Feb 2005
?Oct(8)
10
?CInt(&O10)
8
?&O10
8

The &O (letter O) will designate a number as Octal. From the third example
(from the Immediate window) it appears that VBA will use the number directly
if formatted correctly.

--
Wayne Morgan
MS Access MVP


"Ken" <(E-Mail Removed)> wrote in message
news:19a701c50dc2$afc113d0$(E-Mail Removed)...
> Is there a standard function that converts an octal number
> to the corresponding decimal number?
>
> Like the "inverse Oct()"



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert Decimal number with comma(,) as decimal separator to dot(.) Domac Microsoft Access 1 10th May 2006 01:04 PM
How to convert Decimal number with comma(,) as decimal separator to dot(.) Domac Microsoft Access Forms 1 10th May 2006 01:04 PM
Convert decimal to octal numbers Diane Microsoft Access VBA Modules 1 29th Nov 2004 10:19 AM
how to go from decimal to Octal numbers in c# Stan Microsoft C# .NET 1 30th Nov 2003 07:34 PM
how to go from decimal to Octal numbers in c# Stan Microsoft C# .NET 1 30th Nov 2003 07:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:10 AM.