Sarah-The script worked great-Thanks! Would it be possible for you to comment 
the script so I can understand what each command does? I'm a little lost. 
Thanks for your help.

jack

In a message dated 8/3/04 9:55:15 PM, [EMAIL PROTECTED] writes:


> You want to save a copy of your stack under another name?
> 
>    ask file "Save stack as:"
>    put it into newName
>    if newName is empty then exit to top
>    save this stack as newName
>    put the fileName of this stack into tCheck
>    answer "Stack saved to file: " & tCheck
> 
> The revMenuBar uses this:
>      revSaveAs the short name of the topStack,false
> 
> Cheers,
> Sarah
> 
> 
> On 4 Aug 2004, at 11:42 am, [EMAIL PROTECTED] wrote:
> 
> > I need a button script that accomplishes the same thing as the "save
> > as " in the file menu. I tryed scripting around the ask file command
> > but I'm leaving something out as it will not create the file. Any help
> > to get me on the right path will be appreciated.
> >
> > jack
> 
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to