我不能使用下划线(_)来破坏vb.net中的if语句

时间:2016-11-22 14:07:09

标签: vb.net if-statement line-breaks

java.lang.VerifyError: JVMVRFY012 stack shape inconsistent [...]

此代码显示语法错误。

我也提到了这个页面 If Statement With Multiple Lines

1 个答案:

答案 0 :(得分:1)

删除逻辑语句末尾的额外_。

If T_ANAME.Text = "" Or R_MALE.Checked = False Or R_FEMALE.Checked = False Or R_OTHERS.Checked = False _
Or (C_COUNTRY.Text = "-- Select Country --") Then
' do something 
End If