* In the stack script's powerMenuItems function, the line just before
"end powerMenuItems" should start with a quote.
* In the stack script's doInUseMenu handler, the line
{put "goStack" && it & "," after theMsgs}
should be
{put "goStack" && quote & it & quote & "," after theMsgs
* When the Power Tools stack is in use, the Undo command will not work
in other stacks, although It will continue to work in the Power Tools
stack. Power Tools needs to be in use, not just open, to reproduce this
problem.
This article is adapted from the Claris Tech Info database.