MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

Forcing sequential cell evaluation

  • Subject: [mg3600] Forcing sequential cell evaluation
  • From: Stephen Sheppard <fsheppard at ALPHA.cc.oberlin.edu>
  • Date: Thu, 28 Mar 1996 00:08:27 -0500
  • Apparently-to: mathgroup-send at smc.vnet.net
  • Organization: Oberlin College Economics Department
  • Sender: owner-wri-mathgroup at wolfram.com

Is there any way to force sequential evaluation of cells (or a group of 
cells) without combining them into a function or making use of a 
complicated While loop?  I have a notebook which has some cells which 
obtain user input using a loop with Input[] statements.  Cells following 
the Input[] statement continue to evaluate and generate error statements 
because the information being obtained from the Input[] is not yet 
complete.  If I evaluate each cell individually, it all works fine.  I 
would like to be able to load and evaluate the entire notebook.  Any 
suggestions?

-- Stephen Sheppard
   Department of Economics
   Oberlin College


==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: Nonstandard use of Return[] ??
  • Next by Date: Re: Is there a quaternion package for Mma?
  • Previous by thread: Re: Is there a quaternion package for Mma?
  • Next by thread: GridLines in Plot3D[ FaceGrids ]