 
 
 
 
 
 
Add new option to Notebook[]
- To: mathgroup at smc.vnet.net
- Subject: [mg55240] Add new option to Notebook[]
- From: "rod at flyingspinach.com" <rodney.delmar.price at gmail.com>
- Date: Thu, 17 Mar 2005 03:29:52 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I'd like to add a new option to Notebook[], so that I could write
Notebook[{...}, NewOption->"new_option_string"].  Then I would be able
to say Options[Notebook, NewOption] and get back the string
"new_option_string".  Can this be done?
I've tried Options[Notebook] = Append[NewOption, Options[Notebook]]
with no success.
Thanks,
-Rod

