https://bugs.winehq.org/show_bug.cgi?id=54177
--- Comment #5 from francisdb francisdb@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)