Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'GeekTool - Useful and fun info on the desktop' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
GeekTool - Useful and fun info on the desktop
Authored by: Frederico on Jul 11, '04 04:43:50AM
Oops! There's an error in the last line of that error handler; it reads:

try
set {d, foo1, foo2, foo} to {duration, artist, name, time} of current track
on error
Should read:

try
set {d, foo1, foo2, foo3} to {duration, artist, name, time} of current track
on error
Sorry!

[ Reply to This | # ]