- Mesajlar
- 1,175
If ort < 45 Then Label5 = "KALDI"
End If
If (ort >= 45 And ort < 55) Then Label5 = "GEÇER"
End If
If ort >= 55 And ort < 70 Then Label5 = "ORTA"
End If
If ort >= 70 And ort < 85 Then Label5 = "İYİ"
End If
If ort >= 85 Then Label5 = "PEKİYİ"
End If
arkadaşlar yukarıdaki kodlarda "end if without block if" HATASI veriyor neden acaba anlamadım....
End If
If (ort >= 45 And ort < 55) Then Label5 = "GEÇER"
End If
If ort >= 55 And ort < 70 Then Label5 = "ORTA"
End If
If ort >= 70 And ort < 85 Then Label5 = "İYİ"
End If
If ort >= 85 Then Label5 = "PEKİYİ"
End If
arkadaşlar yukarıdaki kodlarda "end if without block if" HATASI veriyor neden acaba anlamadım....