Saving Question
Joe Lewis Wilkins
pepetoo at Cox.Net
Sat Mar 3 00:32:38 EST 2007
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
> cszasz at mac.com
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list