Re: Writing result of "Do" in a single List
- To: mathgroup at smc.vnet.net
- Subject: [mg55309] Re: Writing result of "Do" in a single List
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Sat, 19 Mar 2005 04:45:10 -0500 (EST)
- Organization: Uni Leipzig
- References: <d1ed1u$f0e$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, and what do you get with Table[expr, {i, imin, imax, di}] ?? Regards Jens "Laurent Feuz" <laurent.feuz at mat.ethz.ch> schrieb im Newsbeitrag news:d1ed1u$f0e$1 at smc.vnet.net... > Hi > When I am calculating values with the > Do[expr, {i, imin, imax, di}] > expression, I get single values as a result that > are a pain to export. > > How can I write these values in a list that then > can easily be exported? > > Thanks for any hints! > best > Laurent >