Ok, I think I see what you are trying to do. To the best of my knowledge, there is no "Binary" type. I mean... technically all data types are binary in their raw form, after all that's what the processor is using. But I don't think there is really a binary data type. You could take a character, figure out its ascii code and convert that integer to a string containing 1s and 0s to present the "binary" representation of that character.
What is intent for these functions? Given that there is no binary basic data type there seems to be little you could do with this.
Peter
------------------------------------------------------
Work smarter, not harder.
|