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

--- Comment #7 from ady <[email protected]> ---
(In reply to raal from comment #1)
> Setting as NEW, because according to help this function should return max.
> 255 characters (The result can be a maximum of 255 characters.)
> 
> https://help.libreoffice.org/Calc/Text_Functions#REPT

(In reply to Andreas Heinisch from comment #5)
> Should we added the same limitation as Excel[1] and adapt the documentation
> accordingly, or vice versa? The ods-standard[2] specifies an integer for the
> count.
> 
> [1]
> https://support.microsoft.com/en-us/office/rept-function-04c4d778-e712-43b4-
> 9c15-d656582bb061
> [2]
> http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.
> html#__RefHeading__1018870_715980110

FWIW, as of LO 7.6, the limit for REPT()'s second argument is ((2^28)-1).

Example: =REPT("i";(2^28)-1) will/should work, whereas =REPT("i";(2^28))
will/should result in Err:513.

ATM, this is documented correctly.

Whether there is still a problem for the original reporter, IDK.

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

Reply via email to