Dealing with Include function and Namespaces
JMP uses the global namespace as the default namespace for any new script, the way to specify a "local" namespace is the Names Default to Here(1)command. My question is this, when I include a file that has the Names Default to Here(1) at the top it will bring over the names/variables from the child script. However, if I defineinclude("filepath/name.ext", << New Context, << NamesDefaultToHere) i...
robhanssen
MAS
vince_faller