From: Kalman Noel Date: 2006-10-01T23:00:21+09:00 Subject: Re: Is object[x](y,z) always invalid? Alex Gutteridge: > foo[x](y,z) > foo[x][y,z] > foo[x].call(y,z) Would it be a problem to write foo(x,y,z) or foo[x,y,z]? Kalman