ConversionOptions are obsolete
- To: mathgroup at smc.vnet.net
- Subject: [mg76131] ConversionOptions are obsolete
- From: "T.Sariyski" <tsariysk at craft-tech.com>
- Date: Wed, 16 May 2007 05:47:20 -0400 (EDT)
Hi,
I get
"Export::convoptobs: ConversionOptions are obsolete. See the Table
format page for supported options."
but was unable to figure out how to set TableHeadings in v.6. The
example below returns
"$RecursionLimit::reclim: Recursion depth of 256 exceeded"
Export["my.dat", {{"a", "b"}, {"c",
"d"}}, "Table" , {"ColumnAlignment" ->
Left, {"TableHeadings" -> {None, {"col 1", "col 2"}}}}]
What do I miss?
Thanks, Ted