https://bugs.documentfoundation.org/show_bug.cgi?id=146281
--- Comment #9 from Mike Kaganski <[email protected]> --- Revert shows the same problem, so it's not the parentheses. Possibly it's access to pvValid, that somehow gets wrong index - StepPARAM tries to access param with index 4, which is (having indices 0-based) pvError; it's a variant Boolean, so fixed-type (unlike pvValid) ... and then it breaks somewhere else. And then - the interesting point is that *the first time* of having this problem, pInfo inside StepPARAM gives correct data for the 4th param, and the Basic code continues past the problematic line - failing elsewhere; but the following executions of this line break because pInfo does not have any info, and then the "argument not optional" problem appears. Andreas: I stop here, just was curious - please ignore my posts if they are unrelated. Sorry for the noise. :-) -- You are receiving this mail because: You are the assignee for the bug.
