Hi, I noticed that if an object's id begins with a numeric character then the syntax to retrieve the object must be *container['1']* otherwise the syntax to retrive the item may be either *container['myID']* or *container.myID*. Why is this? Thanks, Mike