View Full Version : help with AppleScript
herolon113
10-29-2005, 02:54 AM
I'm a Chinese And I love AppleScript But I found it's Hard to ...........
some script:
Choose application application
tell result
quit application
end tell
:D
cwtnospam
10-29-2005, 07:54 AM
I usually use a display dialog command to see what values my variables have:
set variableX to variableA & variableB
...
...
tell application "Finder"
display dialog variableX
end tell
guardian34
10-29-2005, 08:33 AM
herolon113, if that's what you really want to do, try this:
choose application
quit result
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.