Save stack working?

David Egbert degbert at mac.com
Thu Nov 14 21:44:01 EST 2002


I've tried the following script to try to setup a preferences-like file for
windows.  I can't seem to get it to save the stack to the defaultFolder area
of my standalone.

Is save stack screwed up or am I?  :-)  It seems pretty simple.

on mouseUP
  put "prefs.dat" into prefsFile

  create invisible stack prefsFile
  -- set custom properties here

  save stack prefsFile
    -- should save in the defaultFolder right?

  close stack prefsFile
end mouseUP


Thanks!

--
Dave Egbert



More information about the use-livecode mailing list