Autosave

Richmond richmondmathewson at gmail.com
Wed Aug 19 15:48:43 EDT 2015


Why does this script NOT work in a small stack?

on mouseUp
    palette stack "AUTOSAVE"
    put the short name of the topStack into TSTAK
    put TSTAK & " / " &  the time & " / " & the date into TSTAKN
    put TSTAKN into fld "TSTAKN"
    save the topstack as TSTAKN
end mouseUp


Richmond.




More information about the use-livecode mailing list