[Bug 58051] New: vbscript: Dictionary direct Keys/Items access causes parse error
https://bugs.winehq.org/show_bug.cgi?id=58051 Bug ID: 58051 Summary: vbscript: Dictionary direct Keys/Items access causes parse error Product: Wine Version: 9.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs(a)winehq.org Reporter: francisdb(a)gmail.com Distribution: --- Example below Dim dict Set dict = CreateObject("Scripting.Dictionary") dict.Add "key1", 1 dict.Add "key2", 2 Dim i Dim keys: keys = dict.Keys() For i=0 To UBound(dict.Keys) Wscript.Echo i Wscript.Echo keys(i) Wscript.Echo dict.Keys()(i) '<- parser error 'Same for Items Next /opt/wine-devel/bin/wine cscript test.vbs 0138:fixme:vbscript:parser_error L"(i) '<- parser error\r\n 'Same for Items\r\nNext": "syntax error" 0138:fixme:wscript:ActiveScriptSite_OnScriptError () 0138:fixme:wscript:run_script ParseScriptText failed: 80004005 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=58051 francisdb <francisdb(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9.13 |10.4 -- 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.
participants (1)
-
WineHQ Bugzilla