On 12/2/03 3:33 PM, "Mendelsohn, Michael" <[EMAIL PROTECTED]>
spewed forth:
> But, what is it in actionscript?
As an example of what I'm doing:
pItems = pMod.newObject("array")
pActiveItems = pMod.newObject("array")
tNext = void
repeat with i = 1 to theAssets.count
if theAssets[i].file contains "/" then
theCnt = theAssets[i].file.item.count
theFile = theAssets[i].file.item[theCnt]
else
theFile = theAssets[i].file
end if
pItems.push(theFile)
This of course is merely one list...
But if you did gObject = newObject("object")
Then gObject["garbage"] = newObject("object")
Then you can do gObject.garbage["singer"] = "Shirly"
So it's not really arrays....
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]