on 7/11/04 2:31 PM, Dar Scott at dsc at swcp.com wrote: > Cool essay, Ken. I agree, very cool. > Director: > set myList = ["Troy","Ken","Richard"] > put getAt(myList, 2) > --> Ken by the way, this is also true in Director: Director: set myList = ["Troy","Ken","Richard"] put myList[2] & " -*- " & myList[1] --> Ken -*- Troy