|
-
Nov 26th, 2008, 12:22 PM
#1
Thread Starter
New Member
[RESOLVED] invert bininary
I need to invert a biminary number. Say my answer is 11010100 I want it to display as 00101011. The reason I need my answer to invert is for security of data in the field. After it is inverted each bit will be matched up in an excel spread sheet to determine what data is being displayed in the field. For now all I am after is how to code VB6 to invert the answer. I am very new so please keep it as simple as you can.
Also I am looking for any good books for VB6 to help me learn more. I am past "HELLO WORLD" but not by much. LOL.
Thanks Everyone,
George
-
Nov 26th, 2008, 12:29 PM
#2
Re: invert bininary
MsgBox StrReverse("00101011")
-
Nov 26th, 2008, 01:11 PM
#3
Thread Starter
New Member
Re: invert bininary
thank you
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
|
Click Here to Expand Forum to Full Width
|