https://bugs.documentfoundation.org/show_bug.cgi?id=154166
Rafael Lima <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Rafael Lima <[email protected]> --- I can confirm that this does not work in LO Basic: Mid(MyString, 5, 3) = "fox" In LO the Basic interpreter thinks this is a boolean test and returns False, since it evaluates left and right expressions and then checks for their equality. I'm not sure if it would be possible to have such construction in the current implementation of our interpreter. Alain, do you know of any other LO Basic function that works similarly to this? -- You are receiving this mail because: You are the assignee for the bug.
