开发者

Hello World Error

开发者 https://www.devze.com 2022-12-12 15:19 出处:网络
I\'m learning AppleScript and my first program is a Hello World(of cou开发者_运维技巧rse!): display dialog \"Hello World\"

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

精彩评论

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