Re: Improt vs Get
- To: mathgroup at smc.vnet.net
- Subject: [mg119935] Re: Improt vs Get
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Thu, 30 Jun 2011 06:31:22 -0400 (EDT)
- References: <201106250929.FAA20235@smc.vnet.net>
- Reply-to: drmajorbob at yahoo.com
E is the Napierian log base:
E // N
2.71828
So of course:
-0.5066 E + 01
-0.377082
Bobby
On Wed, 29 Jun 2011 04:29:37 -0500, Ted Sariyski <tsariysk at craft-tech.com>
wrote:
> Hi,
> I have a file tst:
>
> {{X [m], -0.5066E+01, -0.4039E+01, -0.3012E+01},{Y [m], -0.5066E+01,
> -0.4039E+01, -0.3012E+01}}
>
> which I Get:
> fn = FileNameJoin[{myDir, "tst"}]
>
> In[]= Get[fn]
> Out[]=
> {{X[m],-0.377082,-0.097914,0.181254},{Y[m],-0.377082,-0.097914,0.181254}}
>
> which is not what I expect.
>
> Import, however, returns the content of tst:
>
> In[] =Import[fn,"List"]
> Out[]= {{{X [m], -0.5066E+01, -0.4039E+01, -0.3012E+01},{Y [m],
> -0.5066E+01, -0.4039E+01, -0.3012E+01}}}
>
> What do I miss here?
> Thanks in advance,
> --Ted
>
>
>
--
DrMajorBob at yahoo.com
- References:
- Re: parsing a strig
- From: Bill Rowe <readnews@sbcglobal.net>
- Re: parsing a strig