|
[Date Index]
[Thread Index]
[Author Index]
Re: Convert automatic objects to literal
- To: mathgroup at smc.vnet.net
- Subject: [mg45528] Re: Convert automatic objects to literal
- From: Paul Abbott <paul at physics.uwa.edu.au>
- Date: Mon, 12 Jan 2004 02:15:38 -0500 (EST)
- Organization: The University of Western Australia
- References: <btg9an$916$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <btg9an$916$1 at smc.vnet.net>,
Mike Honeychurch <M.Honeychurch at mailbox.uq.edu.au> wrote:
> Is there is simple way to "Convert automatic objects to literal" via code
> rather than using the menu command?
The front end tokens are documented at
http://documents.wolfram.com/v5/FrontEnd/FrontEndTokens/
However, if you go to the Input Menu I cannot see any documentation for
this command.
If you open the menu setup file, MenuSetup.tr, you will find the
following code for doing what you want:
Item["Convert Automatic Objects to Literal",
FrontEndExecute[{FrontEnd`NotebookReleaseHold[
FrontEnd`NotebookSelection[FrontEnd`InputNotebook[]]]}]],
Cheers,
Paul
--
Paul Abbott Phone: +61 8 9380 2734
School of Physics, M013 Fax: +61 8 9380 1014
The University of Western Australia (CRICOS Provider No 00126G)
35 Stirling Highway
Crawley WA 6009 mailto:paul at physics.uwa.edu.au
AUSTRALIA http://physics.uwa.edu.au/~paul
Prev by Date:
Re: Interpolating matrix
Next by Date:
Re: functions
Previous by thread:
Convert automatic objects to literal
Next by thread:
symmetry of grid using grap theory
|