| Author |
Comment/Response |
l
|
10/23/09 1:57pm
Basically I have main code in one .nb file (a.nb), and I have many other .nb files that I want to call from a.nb and pass along the values defined from a.nb to them (say b.nb and c.nb). One way I can do is to put them together in one file but that will make file very long and tedious since I have to execute this many times. I would like to know how can I call b.nb and c.nb to run while I am running on the main code by <shift><enter> such that the value from a.nb can be passed along to b.nb and pass it back to a.nb after b.nb is done. Thank you.
URL: , |
|