cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
hogi
Level XIII

hidden namespace?

hidden variables are very useful:
when the user puts "__" in front of the variable name, the variable won't show up via show symbols();

Sometimes I want to store mote than just a single value - and use a namespace.
Is there a possibility to hide a namespace?

I found this wish: Hidden namespaces 
But it got archived some years ago ...

delete symbols();
x=5;
_x = 5;
__x=5;

__ns = New Namespace("ns");

show symbols();
get namespace names()
2 REPLIES 2
hogi
Level XIII

Re: hidden namespace?

@Ryan_Gilmore 

Is it possible to re-activate the wish.
Or better write a new one?

hogi
Level XIII

Re: hidden namespace?

@vince_faller 's wishHidden namespaces  is open for voting again.

Recommended Articles