cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
mat-ski
Level III

Is there a way to find all of the variables in the Here scope?

I am currently looking at this documentation page and seeing that you can use Show Globals() or Show Symbols(). In this case I would like to know what all is in the Here scope specifically. 

1 ACCEPTED SOLUTION

Accepted Solutions
mat-ski
Level III

Re: Is there a way to find all of the variables in the Here scope?

Sorry I would delete this question as it's actually pretty straightforwardly answerable once you realize that Here is just a normal Namespace. The answer is:

 

Namespace( "here" ) << Get Keys

View solution in original post

2 REPLIES 2
mat-ski
Level III

Re: Is there a way to find all of the variables in the Here scope?

Sorry I would delete this question as it's actually pretty straightforwardly answerable once you realize that Here is just a normal Namespace. The answer is:

 

Namespace( "here" ) << Get Keys

Re: Is there a way to find all of the variables in the Here scope?

You can also use Help > Scripting Index > Functions > Programming:

 

name.PNG