Re: Getting a list of non-Rev main stacks

2011-07-26 Thread Pete Haworth
Oops, spoke too soon. That gets all stacks, not just main stacks, but from there I can go through and weed out the substacks so still OK. Pete On Tue, Jul 26, 2011 at 4:50 PM, Mike Bonner wrote: > if you want to get stacks that are not ide, you can use > revloadedstacks(application) > > put

Re: Getting a list of non-Rev main stacks

2011-07-26 Thread Pete Haworth
Perfect! Thank you. Pete On Tue, Jul 26, 2011 at 4:50 PM, Mike Bonner wrote: > if you want to get stacks that are not ide, you can use > revloadedstacks(application) > > put revloadedstacks(application) into tStackList > > > On Tue, Jul 26, 2011 at 5:28 PM, Pete Haworth >wrote: > > > I have

Re: Getting a list of non-Rev main stacks

2011-07-26 Thread Mike Bonner
if you want to get stacks that are not ide, you can use revloadedstacks(application) put revloadedstacks(application) into tStackList On Tue, Jul 26, 2011 at 5:28 PM, Pete Haworth wrote: > I have a need to get a list of all open application stacks. The mainstacks > property includes all the ID