Re: Re: what are the options for the "String" export format?
- To: mathgroup at smc.vnet.net
- Subject: [mg76564] Re: [mg76424] Re: [mg76254] what are the options for the "String" export format?
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Thu, 24 May 2007 05:58:02 -0400 (EDT)
- References: <200705181022.GAA13433@smc.vnet.net> <465114BC.60703@wolf-ram.com>
correction:
"automatically splits output lists into two lines" -> "automatically
splits output lists into lines"
On 5/23/07, Chris Chiasson <chris at chiasson.name> wrote:
> In the old version, I was using "Text", but I had to switch to
> "String" in the new version because "Text" automatically splits output
> lists into two lines. Here is a simple example from the output of a
> FindMinimum (or similar) command:
>
> {0., {x -> 10.}}
>
> becomes
>
> 0.
> {x -> 10.}
>
>
> On 5/23/07, Igor C. Antonio <igora at wolf-ram.com> wrote:
> > Chris,
> >
> > No. The "String" format is for reading and writing raw Mathematica
> > strings to/from a file
> > (http://reference.wolfram.com/mathematica/ref/format/String.html)
> >
> > If you need to read/write something with a CharacterEncoding, you should
> > use the "Text" format.
> > (http://reference.wolfram.com/mathematica/ref/format/Text.html)
> >
> > Thanks,
> >
> > Igor
> >
> > Chris Chiasson wrote:
> > > not even for the character encoding? (!)
> > >
> > > On 5/20/07, Igor C. Antonio <igora at wolf-ram.com> wrote:
> > >> Chris Chiasson wrote:
> > >>> thanks
> > >>>
> > >> Chris,
> > >>
> > >> There are no options to the "String" export format.
> > >>
> > >> Thanks,
> > >>
> > >> Igor
> >
> > --
> > Igor C. Antonio
> > Wolfram Research, Inc.
> >
> > To email me personally, remove the dash.
> >
>
>
> --
> http://chris.chiasson.name/
>
--
http://chris.chiasson.name/
- References:
- what are the options for the "String" export format?
- From: "Chris Chiasson" <chris@chiasson.name>
- what are the options for the "String" export format?