Re: Conversion of text into Mathematica expressions
- To: mathgroup at smc.vnet.net
- Subject: [mg28176] Re: Conversion of text into Mathematica expressions
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 3 Apr 2001 02:37:53 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <9a966h$gu3@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
lst=ToExpression /@ {"2.5","3.5"...}
Regards
Jens
Max Ulbrich wrote:
>
> Hi,
>
> does anybody know if there is a possibility to convert text into
> expressions?
> I have something like
>
> {"2.5","3.5"...}
>
> and want to convert it to
>
> {2.5,3.5...}
>
> How can I do that?
>
> Max