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!
  • Learn some foundational elements of JMP Scripting Language (JSL) and how to extend point & click automation into repeatable, shareable routines. Register. June 26, 2 p.m. US Eastern Time.

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