tell application "Finder" to get bounds of window of desktop
returns something like
{0, 0, 1440, 900}
How can I do something like
get item 3 of (tell application "Finder" to get bounds of window of desktop)
still in the same line?
The tell statement clearly returns a list but when I try to access it like you access lists, it doesn't work.
Like this: