|
[Date Index]
[Thread Index]
[Author Index]
Re: Help with formatting output
- To: mathgroup at smc.vnet.net
- Subject: [mg77871] Re: Help with formatting output
- From: Diana <diana.mecum at gmail.com>
- Date: Mon, 18 Jun 2007 07:10:42 -0400 (EDT)
- References: <200706140922.FAA06668@smc.vnet.net><f4r5h1$btk$1@smc.vnet.net>
Jean-Marc,
Thank you for your time and persistence. You solved my problem with
the following line:
Export["C:\\Users\\Diana\\Documents\\sequence.txt",
MapIndexed[StringJoin[ToString[#2[[1]]], " ",
ToString[#1]] & , tt], "Lines"]
where "tt" is the name of my list of integers.
For some reason, I don't have privileges to my own C directory. At
your suggestion, I needed to specify the export file path as my
Documents. Also, I accidentally discovered that I needed two "\\", not
one, between directories in the file path specification.
Thanks, you have saved me oodles of work.
Diana M.
Prev by Date:
Re: Trying to export two column table to text file
Next by Date:
Re: Options for a very large computation
Previous by thread:
Re: Help with formatting output
Next by thread:
Re: Help with formatting output
|