| lc7777 |
06-17-2005 12:06 PM |
That worked! Amazing. Thanks a million. And also thanks to Mark Hunte for the initial help. You guys are great!
Quote:
Originally Posted by robot_guy
Try replacing the line set {oldDelims, text item delimiters} to {text item delimiters, tab} with set {oldDelims, AppleScript's text item delimiters} to {AppleScript's text item delimiters, tab}...
(Because this line occurs in a Finder tell block, you need to specify that it's AppleScript's text item delimiters you're accessing/setting; otherwise, Finder is searching its own dictionary for text item delimiters, and coming up empty.)
|
|