https://bugs.documentfoundation.org/show_bug.cgi?id=170754
--- Comment #2 from Carlos R. Esp <[email protected]> --- I found that the error happens when calling SUB, SEARCH or FINDALL inside of the parameter of a function separated by space, like PRINT parameter, and it works if we call the function with parenthesis not separated from the name, as in PRINT(parameter): PRINT(SUB(“t”, “T”, “text”)) PRINT(SEARCH(“\w”, “word”)) PRINT(FINDALL(“\w+”, “Dogs, cats.”)) -- You are receiving this mail because: You are the assignee for the bug.
