Page 1 of 1

Find in different stack?

Posted: Mon Mar 03, 2014 6:02 pm
by thatkeith
Is there a straightforward way to find text in a different stack? The 'find' command is really easy to demonstrate, but it's limited to searching through the same stack.

Re: Find in different stack?

Posted: Mon Mar 03, 2014 6:28 pm
by FourthWorld
See the defaultStack global property in the Dictionary; setting that to the name of the desired stack before running the find command should do what you need.

Re: Find in different stack?

Posted: Mon Mar 03, 2014 7:37 pm
by thatkeith
Nice, thanks!
With a little bit of rethinking and being careful to call it just before the actual 'find' line this worked a treat.