문제

I want to delete stack with my button.

Here code:

delete stack stackname

Before delete command I want to find stack name of Project Browser.If true is pass command.

How do I do ?

도움이 되었습니까?

해결책

You want to use either the revloadedStacks() function, or the openstacks() function. Possibly you're also interested in the mainstacks() function. I suggest you check them all out in the dictionary.

on mouseUp
   put revloadedstacks() into field 1
end mouseUp
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top