MathGroup Archive 2010

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

Search the Archive

Combining elements of a list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108845] Combining elements of a list
  • From: ebaugh at illinois.edu
  • Date: Sat, 3 Apr 2010 06:09:05 -0500 (EST)

How could I go from:
{h,e,l,l,o}
to
{hello}?

That is the first step of what I am really looking to do. Which is 
to go from:
{{t,h,i,s},{i,s},{a},{t,e,s,t},{m,e,s,s,a,g,e}}
to
"this is a test message"

Thanks all,
Jason Ebaugh




  • Prev by Date: Re: trying to use InputField as a continually attentive
  • Next by Date: Re: convert txt to binary file
  • Previous by thread: Re: trying to use InputField as a continually attentive
  • Next by thread: Re: Combining elements of a list