Re: Quick help needed very much!!!!
- To: mathgroup at smc.vnet.net
- Subject: [mg94019] Re: [mg93992] Quick help needed very much!!!!
- From: John Fultz <jfultz at wolfram.com>
- Date: Tue, 2 Dec 2008 00:41:43 -0500 (EST)
- Reply-to: jfultz at wolfram.com
On Mon, 1 Dec 2008 07:01:14 -0500 (EST), Artur wrote:
> Dear Mathematica Gurus,
>
> I was run 2 days ago procedure
> aa = {}; bb = {}; Do[
> If[(Sqrt[n! + 1] /. Sqrt[_] -> 1) > 1, Print[n]; AppendTo[aa, n];
> AppendTo[bb, Sqrt[n! + 1] /. Sqrt[_] -> 1]], {n, 1, 10000000}]; aa
>
> Who know how interrupt these with possibility received information about
> value last n checked or received recent value n without interrupting.
>
> If you know answer on my question send copy email answer also on my
> private email, please!
>
> Best wishes
> Artur
In the Evaluation menu, the menu command "Evaluate in Subsession" does the
equivalent of interrupt, evaluate, resume. Or, of course, you can simply
interrupt at any time using Alt+, (comma) and choose "Enter Subsession". Do
whatever evaluations you like, then evaluate
ExitDialog[]
to resume computation.
Sincerely,
John Fultz
jfultz at wolfram.com
User Interface Group
Wolfram Research, Inc.