|
-
Apr 21st, 2004, 02:03 PM
#1
Thread Starter
Lively Member
big big problem !!!! need help
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 ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|