And then I have a additional question for Shane again…
When I want to add the following ASOC handler within the loaded script and it gives me an error on teh current application’s NSArray call…
But first things first
on stringJoinWithDelimiter:textItemDelimiter
tell application "System Events"
set the CocoaArray to current application's NSArray's arrayWithArray:gS
set the CocoaString to CocoaArray's componentsJoinedByString:textItemDelimiter
return (CocoaString as text)
end tell
end stringJoinWithDelimiter: