VBScript 下一直说缺少END IF
ElseIf id_nation_code= "达斡尔" Then nation_code="30"
ElseIf id_nation_code= "仫佬" Then nation_code="31"
ElseIf id_nation_code= "羌" Then nation_code="32"
ElseIf id_nation_code= "布朗" Then nation_code="33"
ElseIf id_nation_code= "撒拉" Then nation_code="34"
ElseIf id_nation_code= "毛南" Then nation_code="35"
ElseIf id_nation_code= "仡佬" Then nation_code="36"
ElseIf id_nation_code= "锡伯" Then nation_code="37"
ElseIf id_nation_code= "阿昌" Then nation_code="38"
ElseIf id_nation_code= "普米" Then nation_code="39"
ElseIf id_nation_code= "塔吉克" Then nation_code="40"
ElseIf id_nation_code= "怒" Then nation_code="41"
ElseIf id_nation_code= "乌孜别克" Then nation_code="42"
ElseIf id_nation_code= "俄罗斯" Then nation_code="43"
ElseIf id_nation_code= "鄂温克" Then nation_code="44"
ElseIf id_nation_code= "德昂" Then nation_code="45"
ElseIf id_nation_code= "保安" Then nation_code="46"
ElseIf id_nation_code= "裕固" Then nation_code="47"
ElseIf id_nation_code= "京" Then nation_code="48"
ElseIf id_nation_code= "塔塔尔" Then nation_code="49"
ElseIf id_nation_code= "独龙" Then nation_code="50"
ElseIf id_nation_code= "鄂伦春" Then nation_code="51"
ElseIf id_nation_code= "赫哲" Then nation_code="52"
ElseIf id_nation_code= "门巴" Then nation_code="53"
ElseIf id_nation_code= "珞巴" Then nation_code="54"
ElseIf id_nation_code= "基诺" Then nation_code="55"
Else Then
nation_code="99"
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
...
End Select
回车的时候自动提交了,郁闷
[解决办法]
写错的地方太多了
第一句在then后面要换行;最后一个else后面不要有then;不要那么多endif,一个就够了
if 条件1 then
语句1
elseif 条件2 then
语句2
elseif 条件3 then
语句3
else
语句4
endif