Re: including files
- To: mathgroup at smc.vnet.net
- Subject: [mg53175] Re: including files
- From: "Steve Luttrell" <steve_usenet at _removemefirst_luttrell.org.uk>
- Date: Tue, 28 Dec 2004 06:30:14 -0500 (EST)
- References: <cqosug$cgl$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Have you checked whether the package Miscellaneous`PhysicalConstants` does what you want? Steve Luttrell "Ranjan Grover" <ranjan.grover at gmail.com> wrote in message news:cqosug$cgl$1 at smc.vnet.net... > Hi all > > I wanted to setup an include file that has data on physical constants so > that I can include it for all my Mathematica programs using the << > command. Since I've never done this before, I'm not really sure if a > notebook file can be included or whether the include file has to be a .m > file. > > I tried using the SetDirectory[] command to set the working directory and > then included a .nb file which had all the data in it but that didn't work > out. I was able to read the file in but the expressions in it were not > being evaluated. Can anyone clue me in? > > Ranjan >