26 Feb
2025
26 Feb
'25
5:59 a.m.
https://bugs.winehq.org/show_bug.cgi?id=57883 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- Which wine version are you using? This example works fine for me. I used this: Dim d: d = Array(1,2,3,4,5) Dim i, ret For each i In d ret = ret + i Next WScript.Echo ret -- 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.