>Put this script somewhere in the hierarchy (your Home stack, or a script >you have inserted, or in a stack put in use): > >on saveStack > put the filename of this stack into theOrigStack > put the short name of this stack into theOrigName > ask file "Save stack as:" with theOrigName > if it = "" then exit saveStack > put it into theNewStackName > save this stack as theNewStackName > if the result <> "" then > answer "Unable to save stack." > else > set the itemDel to "/" > set the name of this stack to last item of theNewStackName > save this stack -- do it again, to set the short name > delete this stack -- removes it from RAM > end if > go stack theOrigStack -- return to where you started >end saveStack
Very nice! I will use this well :-) Shari C -- --Shareware Games for the Mac-- http://www.gypsyware.com _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
