On Nov 6, 2014, at 11:54 AM, Mike Doub <miked...@gmail.com> wrote:

> Thanks Peter,
> 
> Good Catch.   I never even thought about password protected stacks.   As soon 
> as I figure out how to tell if a stack is protected, I will put out an update.
> 

Mike,

I ran into the same thing. I just added an IF-THEN to the get_other_stacks 
function:

        if the password of stack x is empty then
            if the script of stack x is empty or \
                  lineoffset ("-- Library Routines Below", the script of stack 
x) <> 0 then
                put x & return after thelist
            end if
        end if

HTH

Devin


Devin Asay
Office of Digital Humanities
Brigham Young University


_______________________________________________
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