13 Oct
2022
13 Oct
'22
6:12 a.m.
https://bugs.winehq.org/show_bug.cgi?id=53767 --- Comment #4 from Jason Millard <jsm174(a)gmail.com> --- Thank you! I just tried this, but it asserts in interp_dim at the: assert(array_id < ctx->func->array_cnt); [vbscript][interp_redim]: L"rolling" 1 [vbscript][interp_dim]: L"rolling" Assertion failed: (array_id < ctx->func->array_cnt), function interp_dim, file interp.c, line 1209. array_id is 1 ctx->func->array_cnt is 1 The code is: Const tnob = 5 ' total number of balls ReDim rolling(tnob) -- 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.