Re: FW: Monte Carlo status indicator
- To: mathgroup at smc.vnet.net
- Subject: [mg54215] Re: FW: Monte Carlo status indicator
- From: David Bailey <dave at Remove_Thisdbailey.co.uk>
- Date: Sun, 13 Feb 2005 22:17:03 -0500 (EST)
- References: <cump8c$3th$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Just a minor point. It is more useful to use the definition:
writeStatusLine[x___]:=
LinkWrite[$ParentLink,
SetNotebookStatusLine[EvaluationNotebook[],
StringJoin@@Map[ToString,{x}]]];
That way, you can output several arguments at once.
This is one of those things WRI really should bundle into a function -
they have supplied the status line, and the means to set it, then they
don't tell anyone!
David Bailey
dbaileyconsultancy.co.uk