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.