Re: Problem with reading version 4.2 DumpSave files,...
- To: mathgroup at smc.vnet.net
- Subject: [mg75623] Re: Problem with reading version 4.2 DumpSave files,...
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 7 May 2007 05:28:14 -0400 (EDT)
- References: <f1er5d$5i9$1@smc.vnet.net><f1hkc5$o2l$1@smc.vnet.net> <f1jqa1$3lf$1@smc.vnet.net>
Hi, Export[] is not the package I'd mean I mean the FadtBinary package from MathSource http://library.wolfram.com/infocenter/MathSource/354/ to write the data with 4.2 and than you can try to read the data with Import[] in 5.2 Regards Jens terry wrote: > On May 5, 2:56 am, Jens-Peer Kuska <k... at informatik.uni-leipzig.de> > wrote: >> Hi, >> >> and using the old binary package for binary import/export in 4.2 >> and usging BinaryImport[]/BinaryExport[] in the newer version >> can't help ? >> >> Regards >> Jens > > Unfortuneately not: > > From my 4.2 instance: > ============================================== > > In[13]:= a = targetFunction[[1]] > > Out[13]= \!\(7.540873625469604946490279853`12.6348*^-897\) > > In[14]:= Export["new_test", a, "Dump"] > > Out[14]= new_test > > > From my 5.2 instance: > ============================================== > > In[14]:= a = Import["a:/new_test","Dump"]; > > In[15]:= a > > Out[15]= \! > \(2.618456009313894180400204624`12.634760176636481*^-887\) > >