Re: list of bits to string
- To: mathgroup at smc.vnet.net
- Subject: [mg28696] Re: [mg28688] list of bits to string
- From: BobHanlon at aol.com
- Date: Thu, 10 May 2001 07:54:42 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
StringJoin[ToString /@ digitList] Bob Hanlon In a message dated 2001/5/9 4:33:14 AM, murray at math.umass.edu writes: >I have a list consisting of binary digits, of a given length, e.g., >{0, 1, 1, 0, 1}. I wish to convert this to a _string_ consisting of >those digits: "01101". How can this be done?