http://bugs.winehq.org/show_bug.cgi?id=58318 Bug ID: 58318 Summary: vbscript: Script running error when set value to multidimensional array Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs(a)winehq.org Reporter: fang.jiali(a)vico-lab.com Dim aryOrder : aryOrder = Array( Array( "a", 0 )) aryOrder(0)(1) = 5 msgbox aryOrder(0)(1) When running above script, it shows error -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.