Seth Webster Mon, 29 Nov 2004 22:48:20 -0800
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