This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
Eric, In what form are you specifying the file to open? I'll bet that FH expects an alias or a list of aliases to files to open. In AS try: open alias "My:Path:To:Open" or open {alias "My:Path:To:Open", alias "My:Path:To:Open2"} Donald
Well, actually, it is minimally documented on pg 83-84 of the AppleScript Language Guide. I certainly don't consider these two pages even close to adequate. DO
#163656-
32K Limit Script Editor!
Message #163661
Andy, The Script Editor is based on Text Edit, therefore, a 32K limit. Several solutions: 1.) Break your script into 'libraries' and use the load command. 2.) Break your script into logical boudaries and call run script on them. 3.) Use Frontier's editor. It has no 32K limit. 4.) Use…