@Parse @AppleScript @Handler List into Name, Params, & Tags
Processes the list of AppleScript Handlers, which usually have been extracted from a Script Library, with one handler/line.
Source data looks like this:
changeDate(pPOSIXPath, pDateToChange, pNewDate) -- @Date @Finder @File @Change
checkReqdASVer(pVerReqdStr) -- @AppleScript @Ver
cleanName(pNameFin...
Submitted by JMichaelTX - 8 years ago