Why am I getting an error using replace in AppleScript for BBEdit?
问题 I'm trying to make an AppleScript for BBEdit to move everything up one hour on a schedule by replacing each hour with the next hour. I've used AppleScript and BBEdit quite a bit before, but this is my first time using them together and I don't know what's going wrong. Here's the first two lines of my script. tell application "BBEdit" replace text "12:" using text "{#pl}:" "{#pl}:" is a placeholder. I've tried this first without the "text" keywords and got the same error. Whenever I run this I