PDA

Click to See Complete Forum and Search --> : Any Use With this ?


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 ;)

Active
Jan 31st, 2001, 12:24 PM
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..."