Subj : Mulit dimensional arrays To : netscape.public.mozilla.jseng From : "Jochen Stier" Date : Mon Mar 01 2004 05:44 pm Hi, I am trying to make a 3D transformation matrix SbMatrix available in javascript, so that I can use it like var lMatrix = new SbMatrix(); lMatrix[0][1] = 12; lMatrix[1][1] = 12; .. .. Is there any way to have use JS_GetProperty for that ? Any help would be appreciated Jochen .