|
[Date Index]
[Thread Index]
[Author Index]
Reading external files
- To: mathgroup at smc.vnet.net
- Subject: [mg5689] Reading external files
- From: gooding at mail1.sas.upenn.edu (Edward A. Gooding)
- Date: Sat, 11 Jan 1997 14:28:57 -0500
- Organization: University of Pennsylvania
- Sender: owner-wri-mathgroup at wolfram.com
I'm having a problem using the data in external files or notebooks using Math
3.0 on Windows. The first time I execute a Get command the data in the file
are loaded into memory. But thereafter every Get command does access a file
but does not put the data in memory. For example:
In:<<junk.nb [loads the notebook junk with the definition x=1]
In:x
1
In:Clear[x];
In:<<junk.nb;
In:x
x
This continues until the kernel is rebooted. Does anyone
know what is going on here?
--
Ed Gooding
gooding at a.chem.upenn.edu
Prev by Date:
Re: Noah's List
Next by Date:
Re: Noah's List
Previous by thread:
Fwd: Pls help me translate Laguerre poly to Hermite type "Hn" in MMA 2.
Next by thread:
Numerical Solving of a system of equations
|