Assuming vKira is a numeric variable, how many times will the message box be shown? For vKira = 1 to 10 MessageBox.Show(vKira) vKira = vKira + 3 Next code example Example: vb.net messagebox MsgBox([text])