When you type 'try' SPACE then hit ENTER, B4R automatically create the following code block. The problem is B4R adds 'LastException' in red, but LastException is not in the commands and objects list for B4R.
BTW I downloaded and double checked the B4R Beginner's Guide, and it is mentioned on page 72 that you should use LastException, but it does not exists in B4R.
BTW I downloaded and double checked the B4R Beginner's Guide, and it is mentioned on page 72 that you should use LastException, but it does not exists in B4R.
B4X:
'Code
Try
Catch
Log(LastException)
End Try