RE: How to remove an option?
- To: mathgroup at smc.vnet.net
- Subject: [mg9664] RE: [mg9646] How to remove an option?
- From: jmthomas <jmthomas at cybercable.tm.fr>
- Date: Fri, 21 Nov 1997 01:31:01 -0500
- Sender: owner-wri-mathgroup at wolfram.com
What kind of options do you want to modify: interface options (option inspector is done for that) or built-in functions options? In this case, try Options[function of which you want to modify options], and then SetOptions[function, newOption->(whatever you want)] ----------------------------------------------- Jean-Marie THOMAS Conseil et Audit en Ingenierie de Calcul jmthomas at cybercable.tm.fr +33 (0)3 88 32 93 64 www.cybercable.tm.fr/~jmthomas ======================= -----Original Message----- From: Patrice Treton [SMTP:Patrice.Treton at isdnet.net] To: mathgroup at smc.vnet.net Sent: Tuesday, November 18, 1997 1:50 AM To: mathgroup at smc.vnet.net Subject: [mg9646] How to remove an option? How can I remove an option; that is how can I remove it from the notebook ? I found nothing like DeleteOption or RemoveOption. If there is no such function, how can I set an option to the default value? Thanks for any hit or answer. Patrice.