MathGroup Archive 2005

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

Search the Archive

Re: String to list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60962] Re: [mg60941] String to list
  • From: János <janos.lobb at yale.edu>
  • Date: Wed, 5 Oct 2005 02:28:02 -0400 (EDT)
  • References: <200510040525.BAA17964@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On Oct 4, 2005, at 1:25 AM, Sara wrote:

> How can I transform a string to a list??
> example:
> Str="Hi every one!"  and the list af str=?????

In[2]:=
Characters[Str]
Out[2]=
{"H", "i", " ", "e", "v",
   "e", "r", "y", " ", "o",
   "n", "e", "!"}

János


----------------------------------------------
Trying to argue with a politician is like lifting up the head of a  
corpse.
(S. Lem: His Master Voice)


  • Prev by Date: Re: String to list
  • Next by Date: Re: String to list
  • Previous by thread: Re: String to list
  • Next by thread: Re: String to list