开发者

Hello World Error

I'm learning AppleScript and my first program is a Hello World(of cou开发者_运维技巧rse!):

display dialog "Hello World"

But when I try to run this I got the error:

The result of a numeric operation was too large.

  • Why this?
  • How I can solve it?


See: The Ultimate Beginner’s Guide To AppleScript – Mac.AppStorm

tell application "Finder"

    display dialog "Hello World"

end tell
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜