View Single Post
  #18  
Old 10-28-2007, 12:34 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Well you can give array members names now and use obj.getArrayMember(name) although it is not really recommended since it is much slower than using normal variables (obj.(@mycustomvarname)), it is mainly used for xml stuff.

In Flash script (and Javascript?) they just map array["key"] to array.key

I also beg to differ, Graal IS a programming language