Denna delen av 99 uppdateras inte längre utan har arkiverats inför framtiden som ett museum. Här kan du läsa mer om varför.
Mac-nyheter hittar du på Macradion.com och forumet hittar du via Applebubblan.
Det går att ta reda på när ett InDD är senast ändrat med en textvariabel men jag lyckas inte hitta det värdet med Applescript. Går det ens utan att använda textvariabeln?
Jag pratar inte om senast sparad.
tell application "Adobe InDesign CC 2014"
tell document 1
set myModDate to (modification date of metadata preferences)
end tell
end tell
tell me
set myShortDateString to short date string of myModDate
end tell
display dialog myShortDateString
tell application "Adobe InDesign CC 2014"
tell document 1
set myModDate to (modification date of metadata preferences)
end tell
end tell
tell me
set myShortDateString to short date string of myModDate
end tell
display dialog myShortDateString