VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Finding Palindrome with a few lines of code (Error Cleared)

by Saifudeen & Aslam (1 Submission)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 26th March 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Finding Palindrome with a few lines of code (Error Cleared)

Rate Finding Palindrome with a few lines of code (Error Cleared)



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

Download this snippet    Add to My Saved Code

Finding Palindrome with a few lines of code (Error Cleared) Comments

No comments have been posted about Finding Palindrome with a few lines of code (Error Cleared). Why not be the first to post a comment about Finding Palindrome with a few lines of code (Error Cleared).

Post your comment

Subject:
Message:
0/1000 characters