Is it possible to auto format the spaces in codes, for example, space before and after "=", etc.
Say, the code is now like this, without auto-formatting the spaces:
After auto-formatting the spaces, it will look like this:
Say, the code is now like this, without auto-formatting the spaces:
B4X:
If lblResult.Text.Length>0 Then
lblResult.Text=lblResult.Text.SubString2(0,lblResult.Text.Length-1)
End If
B4X:
If lblResult.Text.Length > 0 Then
lblResult.Text = lblResult.Text.SubString2(0, lblResult.Text.Length - 1)
End If