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)
- References:
- String to list
- From: Sara <ma_sara177@hotmail.com>
- String to list