https://bugs.winehq.org/show_bug.cgi?id=58026 Bug ID: 58026 Summary: vbscript: Script running error when Dictionary contains array Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs(a)winehq.org Reporter: fang.jiali(a)vico-lab.com Distribution: --- Dim dicInfo : Set dicInfo = CreateObject("Scripting.Dictionary") dicInfo.Add "Key" , Array( "Value1", Array("SubValue1","SubValue2")) Dim KeyName KeyName = "Key" If dicInfo.Item(KeyName)(0).Text <> "" Then msgbox "value is not empty" End If When running above script, it shows error (vbscript:stack_pop_disp is no disp {VT_EMPTY}) -- 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.