On Feb 16, 4:01 am, Antony <[email protected]> wrote: > Hi everybody, > I have to convert a string (mem) into binary code. Example: > 1234A --> 00010010001101001010
You want to convert a string into another string that is four times as long? That should be pretty trivial.
