S
steve
Hi,
I hope I am not way off topic here....
I have the following problem that i can't seem to find an answer at the Editor Settings:
'my if comment
If myradiobutton.Checked Then
Dim x as Integer
'my else comment <------ not aligned with Else !
Else
Dim y as Int16
End If
All i want is to align the second comment with Else. Is there a way to force the editor to do that?
BTW (rhetoric question) Is it so hard for the MS developers to come up with a multicomment way in VB? Something like /* .... */ in C++ ?
TIA
-steve
I hope I am not way off topic here....
I have the following problem that i can't seem to find an answer at the Editor Settings:
'my if comment
If myradiobutton.Checked Then
Dim x as Integer
'my else comment <------ not aligned with Else !
Else
Dim y as Int16
End If
All i want is to align the second comment with Else. Is there a way to force the editor to do that?
BTW (rhetoric question) Is it so hard for the MS developers to come up with a multicomment way in VB? Something like /* .... */ in C++ ?
TIA
-steve