Re: Button script for "save as"

2004-08-05 Thread Revinfo1155
Sarah-Thanks much! jack ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Button script for "save as"

2004-08-05 Thread Sarah Reichelt
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 -- the next script line just asks for a file path to save to. -- it can return a new file (not written yet) or an exi

Re: Button script for "save as"

2004-08-04 Thread Revinfo1155
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 anot

Re: Button script for "save as"

2004-08-03 Thread Sarah Reichelt
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: revSav