10 Jul
2023
10 Jul
'23
1:36 p.m.
https://bugs.winehq.org/show_bug.cgi?id=54177 --- Comment #5 from francisdb <francisdb(a)gmail.com> --- Found another case. On windows this works: MatchReel1.SetValue(Match \ 10) + 1 On wine vbscript this needs to be patched to MatchReel1.SetValue ((Match \ 10) + 1) -- 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.