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

Reply via email to