MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: list of bits to string

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28722] Re: [mg28688] list of bits to string
  • From: VirtuaDAN at aol.com
  • Date: Thu, 10 May 2001 07:55:08 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

       It's a two step process. The first thing you need to do is use the 
"Flatten" function on your list. Then take that and use "ToString" on it. 

The code:

a={0, 1, 1, 0, 1} 
ToString[Flatten[a]]

should suffice.
                                                
Dan Recht
Virtuadan at Aol.com



  • Prev by Date: Re: Interior of a polygon
  • Next by Date: Re: list of bits to string
  • Previous by thread: RE: list of bits to string
  • Next by thread: Re: list of bits to string