VB提示「缺少 語句結束」

2021-04-17 15:39:46 字數 704 閱讀 1455

1樓:遠航

正確語句du如下:

private sub command1_click()dim scoore as integer, temp as string

scoore = val(text1.text)temp = "成績等級為:"

select case scoore

case 0 to 59

label2.caption = temp + "不及格zhi"

case 50 to 69

label2.caption = temp + "及格"

case 80 to 100

label2.caption = temp + "優良"

case else

label2.caption = "成績出錯!"

end select

end sub

樓上的別dao管成績衝突

不衝回突,就是衝突語答只是執行的結果正確與否問題,不會影響語法的。

2樓:匿名使用者

「label 2」 是幹什麼的?

另外,0 to 59 和50 to 69有衝突啊,這種case語句應該不允許衝突才對。

3樓:匿名使用者

應該是 label2.caption 吧,你寫成了 label 2 caption

其他的都類似

vb迴圈語句

第一題 i間隔3 i的取值為 1 4 7 10迴圈後 s 0 1 4 10 22 i 10 然後next i 就是13了 第二題 i 10 6 迴圈2次 print兩次 第一次 i 10 s 1 10 10 第二次 i 6 s 10 6 60 第三題 i 3 5 i 迴圈兩次 其中x不變 第一次 x...

關於vb巢狀塊if語句的問題,關於VB巢狀塊IF語句的問題

private sub form click score val inputbox 輸入成績 if score 60 then if score 85 then st 優秀 else st 合格 end if else st 不合格 end if print st end sub ifscore 6...

VB6 結束程序命令,蘋果6如何結束程序?

假如你是createobject方式建立的物件,用完了,set xx nothing就可以釋放記憶體了。蘋果6如何結束程序?1 在 iphone6 plus 主屏上用手指任意按住一個應用圖示不要放手,接下來會看到主屏上的圖示開始抖動,並且應用圖示的左上角會出現一個 x 按鈕,在想要刪除的應用軟體上點...