https://bugs.documentfoundation.org/show_bug.cgi?id=150926

--- Comment #2 from Mike Kaganski <[email protected]> ---
(In reply to Werner Tietz from comment #1)

IIUC, the function takes a 2D array, which is how ranges are passed to
functions; so the function takes (and returns) a range (of strings).

Having in A1:B3:

a d
b e
c f

putting in C1:

=PYSTRINGTEST(A1:B3)

(not as array formula) gives "a" in C1 (by intersection); if C1 contains

=CONCAT(PYSTRINGTEST(A1:B3))

then C1 has "adbecf", because CONCAT takes the whole returned array.

But in this case, putting this to C1:

=PYSTRINGTEST(A1:B3)=PYSTRINGTEST(A1:B3)

also returns the unexpected FALSE.

So regardless of the intention (and correctness for author's purpose), the IDL
seems OK-ish, and seems that it *should* work, with comparison of the array to
the same-dimension same-content array looking also well-defined.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to