|
[Date Index]
[Thread Index]
[Author Index]
Re: How to open a Package
- To: mathgroup at smc.vnet.net
- Subject: [mg88261] Re: How to open a Package
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Wed, 30 Apr 2008 04:23:01 -0400 (EDT)
On 4/29/08 at 6:47 AM, ertlejack at sbcglobal.net (John Ertle Jr.)
wrote:
>What is the syntax of opening a package:
><<"c:\path\package.m"
I think you will need to write the above as
<<"c:\\path\\package.m"
to get it work
>Is the path able to be added so the package may be accessed.
Yes. Add paths you want searched to the list of paths stored in $Path.
Prev by Date:
Integral wit Norm function
Next by Date:
Re: how to use ones(A)?
Previous by thread:
Re: How to open a Package
Next by thread:
Re: How to open a Package
|