Results differ in editor and applet
Results differ in editor and applet
- Subject: Results differ in editor and applet
- From: Mr Tea <email@hidden>
- Date: Thu, 26 Feb 2004 17:17:13 +0000
When I run this in a script editor...
tell application "iTunes"
set c to class of current track as string
my dlog(c)
end tell
on dlog(c)
display dialog c
end dlog
... the dialog displayed is "audio CD track"
But, when the same script is run as an applet, it displays "<<class cCDT>>"
Why the difference? Why!?
Nick
pp Mr Tea
--
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.