misnamed sub-stack "1"

Douglas Westbrook wdesigns at austin.rr.com
Mon May 16 01:42:21 EDT 2005


Thank you very much, Richard.
Your script:
on mouseup
    put "MyMainStackName" into tMainStack  --< your main stack name
    get the substacks of stack tMainStack
    repeat with i = 1 to the number of lines of it
       if the short name of stack i of stack tMainStack is a number then
          set the name of stack i of stack tMainStack to (i&"xxxx")
       end if
    end repeat
end mouseup
worked and saved my hair and walls.
Thanks again,
Doug
On May 16, 2005, at 12:22 AM, Richard Gaskin wrote:

> Douglas Westbrook wrote:
>> I have accidently named a sub stack "1".  I can't access it or rename  
>> it or delete it. Does anybody know a way to fix this goof?
>
> This may help:
> <http://lists.runrev.com/pipermail/use-revolution/2003-December/ 
> 027697.html>
>
> --
>  Richard Gaskin
>  Fourth World Media Corporation
>  __________________________________________________
>  Rev tools and more: http://www.fourthworld.com/rev
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>


More information about the use-livecode mailing list