I am getting back to coding with NSB after 2 year absence so I don’t know if this is maybe a feature or a preference.
When I first opened my older projects (NSB 7), all the code (Global and form) all had extra line blank line spaces. I went through and removed all the blank lines and didn’t think much about it. But now I’m getting them mysteriously coming back. I will open a project, and one form’s code (not everything), suddenly has extra blank lines again.
Just to clarify by extra lines see the example below. It’s annoying because it makes reading the code harder, and I don’t know why it keeps happening. I’m on a Mac OS 12.3.1 running NSB 8.5.7.1b1.
Function ABC()
a = 1
b = 1
c = 1
End Function
Function ABC()
a = 1
b = 1
c = 1
End Function
Any suggestions?
Thank you,
Malcolm