I've seen it in code examples before, but I'm trying to search and I just don't know what the term is called.
Basically lets say I have an If Then statement that is insanely long.
Isn't there a way to add an underscore at the end and continue onto the next line?
If a=1 or b=2 or c=3 or d=4 or e=5 or f=6 or g=7 _
h=8 or i=9 or j=10 or k=11 Then
<statement>