
single statement/ mutliple lines
There is no line continuation facility in VB3
--
RobSmith
I am not sure about VB 3, since I only use VB 5/6, but here goes.
There is a line continuation character. It is an underscore character
preceeded by a space.
If Statement 1 And _
Statement 2 Then
End if