cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
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

Recommended Articles