For finding palindromes:
And no, I'm not sure about toupper...I expect it's something totally different ;)Code:If toupper(str) = toupper(strreverse(str)) then
' Palindrom
End If
Printable View
For finding palindromes:
And no, I'm not sure about toupper...I expect it's something totally different ;)Code:If toupper(str) = toupper(strreverse(str)) then
' Palindrom
End If
Palindromes ...Ok..
any other use that is well worth using !
I mean, Some thing that makes you say
" hey.. this saved me a lot of time..."