Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #3392 > unrolled thread

Improt vs Get

Started byTed Sariyski <tsariysk@craft-tech.com>
First post2011-06-29 21:49 +0000
Last post2011-06-29 21:49 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Improt vs Get Ted Sariyski <tsariysk@craft-tech.com> - 2011-06-29 21:49 +0000

#3392 — Improt vs Get

FromTed Sariyski <tsariysk@craft-tech.com>
Date2011-06-29 21:49 +0000
SubjectImprot vs Get
Message-ID<iug6kh$9lc$1@smc.vnet.net>
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


[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web