Assuming vKira is a numeric variable, how many times will the message box be shown? For vKira As Integer = 10 To 15 Step 1.2 MessageBox.Show(vKira) Next code example Example: vb.net messagebox MsgBox([text])