unread
So, did you guys provide any support for C style indexing? Ie:
class SomeClass
{
Private object this[int Index]
{
Return this.array[Index];
}
}
$a = new SomeClass();
Echo $a[12];
I read somewhere that you had plans to.
Seth