Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • $\begingroup$ This works well. I modified it so that keys is a global variable that I can access outside of the dynamic module to analyze; this got me so much farther along than I would have on my own. Thanks. $\endgroup$ Commented Feb 22, 2024 at 19:31
  • $\begingroup$ @GregH how did you get keys out as a global variable? $\endgroup$ Commented May 15, 2024 at 21:05
  • $\begingroup$ @Charlie, just omit the DynamicModule, which otherwise serves to localize the symbols. $\endgroup$ Commented May 15, 2024 at 22:02
  • 1
    $\begingroup$ @Charlie I put the keys={} line outside the DynamicModule, as in keys={}; DynamicModule[.... $\endgroup$ Commented May 16, 2024 at 13:02
  • $\begingroup$ wow that's cool thanks. $\endgroup$ Commented May 17, 2024 at 13:59