18 Aug
2003
18 Aug
'03
4:15 p.m.
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