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

--- Comment #7 from fpy <[email protected]> ---
(In reply to Vincent Lefevre from comment #6)
> 
> But a screenshot and using an OCR is not practical, 

it's a 3-line "script". e.g. for gnome :
--8<---------------
f=~/Images/error.png
gnome-screenshot --area --file $f
tesseract $f $f
-------------------

> with also a risk of
> error due to characters that may look similar.

huh? do you have an appp blurrying your display?

> And concerning "On Error", this is hardly possibly on 3rd-party code. And I
> don't know how to get the error message and display it in a way to make it
> selectable.

prnt# error() to a file.

https://help.libreoffice.org/latest/en-US/text/sbasic/shared/03050300.html
https://help.libreoffice.org/latest/en-US/text/sbasic/shared/03010103.html

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

Reply via email to