 
 
 
 
 
 
FrontEnd InserChar
- To: mathgroup at smc.vnet.net
- Subject: [mg39586] FrontEnd InserChar
- From: merkat <cabanc at hotmail.com>
- Date: Tue, 25 Feb 2003 02:55:12 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi
I try to manipulate text in the FrontEnd, like inserting a character
at the cursor:
FrontEndExecute[{FrontEndToken[FrontEnd`SelectedNotebook[],
"InsertChar",    ?&%??  ]}]
does insert the Null character  \.00
I could not find the Syntax for InsertChar to insert a specific
character.
Is there any (complete) documentation how to use the frontend
commands?
I have the book of  Glynn and Gray, it is useful but not extensive
enough.

