Dim parts() As String = txtMessageText.Split(".")

str = parts(0)

If str = "C" Or str = "c" Then

Number = parts.Length
If Number.Equals(3) = True Then


fname1 = parts(1)
lname1 = parts(2)
IntError = MsgBox("Got Customer Cancel Booking !", MsgBoxStyle.OKOnly, "Restaurant Sean")

End If

If Number.Equals(3) = False Then

TextMessage = "Cancel Error, Please Enter By Sequence Example c/C.CustomerFirstName.CustomerLastName ! Thank You."

End If

End If

i got a problem with this coding, it only help me to detect the true site but when the Number.Equals(3) = False Then nothing to display to me. wat is the problem ?