|
In regards to the "tbl[] = value" suggestion, I like it. My only problem is, what would tbl[] return in an __index context? "tbl[] = value" is obvious enough, but I'm not sure what "value = tbl[]" would do without being un-obvious. ~Jonathan Castello