|
[Date Index]
[Thread Index]
[Author Index]
Remove quotes from Cell Expression
- To: mathgroup at smc.vnet.net
- Subject: [mg99473] Remove quotes from Cell Expression
- From: robert prince-wright <robertprincewright at yahoo.com>
- Date: Wed, 6 May 2009 05:26:11 -0400 (EDT)
Can someone show me how to write the list m1 to a notebook without the quotes showing?
m1 = {{"a",b},{c,d}};
nb = CreateDocument[];
NotebookWrite[nb, Cell[ToBoxes@Grid[m1],"Text"]]
The expression below gives the right result so there is something missing in my limited understanding of Cell expressions.
Grid@m1
Thanks
Robert
Prev by Date:
Re: Re: Re: Introducing the Wolfram Mathematica
Next by Date:
Re: Reading csv with ;
Previous by thread:
Re: GRAPHICS IN A DO LOOP DOES NOTHING
Next by thread:
Re: Remove quotes from Cell Expression
|