Why won't this simple Applescript snippet work?
set x to 0
set thePath to "~/Pictures/party hard/b93-" + x + ".png"
I get the error:
Can’t make "~/Pictures/party hard/b93-" into type number.
I've tried a lot of other things, like (x as string).
It's so simple, and I don't understand why it won't work.