cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.

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