parksie
Jan 31st, 2001, 12:16 PM
For finding palindromes:
If toupper(str) = toupper(strreverse(str)) then
' Palindrom
End If
And no, I'm not sure about toupper...I expect it's something totally different ;)
If toupper(str) = toupper(strreverse(str)) then
' Palindrom
End If
And no, I'm not sure about toupper...I expect it's something totally different ;)