fnConvertTwoDimArray() fnConvertTwoDimArray(...) DESCRIPTION This function converts a VBscript two dimensional into a Jscript two dimensional array- make this function a parameter of the fnConvertArray function SYNTAX fnConvertTwoDimArray(parameterList) EXAMPLE UNTESTED CODE <%@ Language=VBScript %> <% Response.Buffer = true %> <% '-->-->-->-->-->-->-->-->--> '--<--<--<--<--<--<--<--<--< %> RESULTS False PARAMETERS STATUS not written DEPENDENCIES LAST MODIFIED 12 April 2000 PROGRAMMER Matthew Bishop (matthew@massive.com.au or matth3wbishop@yahoo.com) LOCATION http://www.geocities.com/matth3wbishop/eg/asp/ DOCUMENTATION http://www.geocities.com/matth3wbishop/eg/asp/ COMMENTS: a) When this function is working it should be made into a parameter of a more general function fnConvertArray(iDimensions) b) c)