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


Click here to return to the 'Whoops, copy & paste error' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Whoops, copy & paste error
Authored by: Diggory on Aug 16, '03 11:30:50AM
the part that reads: repeat while ((size of ipodPlaylist) tell library playlist named "Library" set randomAlbumName to album of some file track repeat while (addedAlbumsList contains randomAlbumName) set randomAlbumName to album of some file track end repeat

should read:

repeat while ((size of ipodPlaylist)) tell library playlist named "Library" set randomAlbumName to album of some file track repeat while (addedAlbumsList contains randomAlbumName) set randomAlbumName to album of some file track end repeat

---
*****
monkeyfood software - http://www.monkeyfood.com

[ Reply to This | # ]