|
For binary to decimal, the brute force way is to load an array with powers of two and match it to the characters in the binary number. This is one case where zero based arrays would be handy. For the other way, (I haven't tried it) you might be able to load the decimal number into an integer and examine the bits in the integer. There's also the brute force way of repeated division by 2 where you use the remainders as the binary digits. > -----Original Message----- > From: Feador, Jerry [mailto:JFeador@xxxxxxxxxx] > Sent: Thursday, June 05, 2003 3:04 PM > To: 'RPG programming on the AS400 / iSeries' > Subject: Binary Characters to Decimal > > > > Hi All, > > I've been tasked with converting a character representation of a > binary number to it's decimal equivalent and vice versa. For > example I have > a series of nine characters '001011101' and I'm suppose to > get the AS/400 to > come up with 93. Or I have the decimal number 321 and I need to get to > '101000001' > > I've checked the archives and all past information > deals with the > conversion of a true binary number to decimal, not this character > representation of one.... > > Is it possible to just move this string into a binary > field and then > to a regular numeric field? > > Help... > > Thanks, > > > Jerry L. Feador > Sr. Programmer/Analyst > Kia Motors America, Inc. > (949) 595-5810 > _______________________________________________ > This is the RPG programming on the AS400 / iSeries (RPG400-L) > mailing list > To post a message email: RPG400-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l > or email: RPG400-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/rpg400-l. > NOTICE: All e-mail sent to or from this e-mail address will be received or otherwise recorded by The Sharper Image corporate e-mail system and is subject to archival, monitoring, review by and/or disclosure to Sharper Image security and other management. This message is intended only for the use of the addressee and may contain information that is privileged and confidential. The contents of this message may contain personal views which are not the views of The Sharper Image. If you are not the intended recipient, dissemination of this communication is prohibited.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.