Finding Palindrome with a few lines of code (Error Cleared)
Finding Palindrome with a few lines of code (Error Cleared)
Rate Finding Palindrome with a few lines of code (Error Cleared)
(1(1 Vote))
a=Text1.Text
If a=StrReverse(a) Then
Msgbox "Given String is a Palindrome"
Else
Msgbox "Given String is not a Palindrome"
End If
End Sub
Finding Palindrome with a few lines of code (Error Cleared) Comments
No comments yet — be the first to post one!
Post a Comment