MathGroup Archive 2005

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

Search the Archive

Re: String to list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60948] Re: [mg60941] String to list
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Wed, 5 Oct 2005 02:27:49 -0400 (EDT)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

Str="Hi every one!";

Characters[Str]

{"H", "i", " ", "e", "v", "e", "r", "y", " ", "o", "n", 
  "e", "!"}


Bob Hanlon

> 
> From: Sara <ma_sara177 at hotmail.com>
To: mathgroup at smc.vnet.net
> Date: 2005/10/04 Tue AM 01:25:09 EDT
> Subject: [mg60948] [mg60941] String to list
> 
> How can I transform a string to a list??
> example:
> Str="Hi every one!"  and the list af str=?????
> 
> 


  • 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