Function Name Info Demonstration Attempt
- To: mathgroup at smc.vnet.net
- Subject: [mg106270] Function Name Info Demonstration Attempt
- From: BenT <brtubb at pdmusic.org>
- Date: Thu, 7 Jan 2010 02:28:26 -0500 (EST)
Consider the following [Version 7] code which works except that the output is not _completely_ contained within the Manipulate "box". Can anyone suggest how to correct this? Manipulate[ToExpression["??" <> f], {{f, "Pi", "function info"}, b}, Initialization :> { a = Append[CharacterRange["A", "Z"], "$"]; b = Flatten[Names["System`" <> # <> "*"] & /@ a, Infinity]; } ] --- Benjamin Tubb