Atila Neves: > How would that go in this case? An example usage: void main() { int[float][string] aa; aa["foo"][1.5] = 1; } Bye, bearophile