Identifying IDE stacks

Brian Milby brian at milby7.com
Fri Apr 27 20:42:11 EDT 2018


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 at 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
>   ahsoftware at gmail.com
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list