vb Code:
  1. If principal < 0 Then
  2. resultTextBox.Text = "The information input was not within the correct range of values."
  3. return
  4. End If