Rogue list?
Rogue list?
- Subject: Rogue list?
- From: Shane Stanley <email@hidden>
- Date: Sun, 06 May 2001 08:23:49 +1000
I'm running AS1.6 under 9.1. When I run the following:
tell application "Finder"
set myPath to path to me
set myFolder to container of myPath
set theClients to name of folders of myFolder
end tell
log class of theClients
--if theClients = {} then set theClients to {}
set end of theClients to "New"
theClients
I get an error that I "Can't set end of {} to "New"." But when I uncomment
the line before, it works. Any explanations?
--
Shane Stanley, email@hidden