http://groups.google.com/group/micro...160e9d46d49c3e
On Apr 28 2001, 6:06 am, "Michael Harris" <
[email protected]> wrote:
> "...So there is no way to transparentlyreturnanarrayinJScript?..."
> To be "JScript-friendly", you have toreturn*everything" via a >functionreturnvalue. And as I
> said before,JScriptcan handle a SAFEARRAY by converting it with VBArray() >since aJScriptarray
> isn't really anarraybut rather a special (IDispatch[Ex] based)JScriptobject with >numeric
> properties.
JScript takes array[0][1] as array.0.1