J JohnK Active Member Licensed User Longtime User Oct 26, 2018 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Oct 26, 2018 #2 This is unlikely to be fixed. Multiple single statements are discouraged. Especially with block elements such as this one.
This is unlikely to be fixed. Multiple single statements are discouraged. Especially with block elements such as this one.