It is possible to catch errors at runtime with the ErrorLabel()-Statement. How can I get the error description? (The error description which would be shown in a message box at runtime without Errorlabel) Thanks in advance!
You can't get the error description. You can use ErrorLabel several times in one Sub to distinguish between different possible errors.
Thank you, Erel. I tried to catch detailed errors from a single HTML request for debugging purposes. Maybe this could be a feature of a future Basic4PPC version ?