Hi Charles,
This is what I am using in the File Menu of my newest stack:

case "Save..."
ask "Enter Name to be saved as:" -- use whatever wording you want here.
    if it is empty then exit menuPick
    save this stack as the defaultFolder &"/"&it
    break
If you don't know where or what the default folder is, open the msg box and enter "put thedefaultFolder" into it and press return.

Joe Wilkins

On Mar 2, 2007, at 9:06 PM, Charles Szasz wrote:

My program does math calculations. I know that you can save a set of cards. I want to be able to save a set of cards each time the user uses the program so that the user can open what was save in the program from a previous session or sessions. How can I do this?

Charles Szasz
[EMAIL PROTECTED]



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to