Bug? Alt-F formatting failing when try:catch:end try on single line

JohnK

Active Member
Licensed User
Longtime User
I had a personal project, and simply wanted an "on error resume next" attempt on a single line, so had the following
B4X:
Try: sObjValue = objValue: Catch: End Try
When I pressed Alt-F, the indentation was not good
 
Top