Hi, Does anyone know how to pause an executing script and then resume executing after a key has been pressed? What I am looking to do is pause the script when a graph appears so I can look at them before resuming the script any further! Any help appreciated. Cheers, Sam.
On Fri, 2004-03-05 at 11:28, Samuel Kemp wrote:> Hi, > > Does anyone know how to pause an executing script and then resume > executing after a key has been pressed? > > What I am looking to do is pause the script when a graph appears so I > can look at them before resuming the script any further! > > Any help appreciated. > > Cheers, > > Sam.See ?par specifically for par("ask"), which enables you to do exactly what you wish. HTH, Marc Schwartz