This has been informative. IDEUserMainStacks() is exactly what I want, I don't care about substacks at the moment.

With four or five different ways to get the info, I think all bases are covered. Many thanks to those who have the courage to dig through the IDE scripts.

On 4/27/18 7:42 PM, Brian Milby via use-livecode wrote:
If you just want a list then:
ideUserMainStacks
will provide part of what you are looking for (no sub stacks in my brief
test).

If you want substacks too, then use:
revLoadedStacks
(Common library)
On Fri, Apr 27, 2018 at 7:24 PM Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:

On 04/27/2018 03:40 PM, Bob Sneidar via use-livecode wrote:
Redundantly redundant.

Heh. There's a hierarchy here:

revIDEStackIsIDEStack(id) calls
revIDEStackNameIsIDEStack(short name) which calls
revStackNameIsIDEStack(short name)

... which may call revInternal__ListLoadedLibraries(), but that's
another story.

--
   Mark Wieder
   ahsoftw...@gmail.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to