Case sensitive StrRep?
Hi folks,
I am using StrRep to encrypt words, but I need a case sensitive StrRep...
Are there any possibilities?
Thanks in advance!
Archive: Case sensitive StrRep?
Case sensitive StrRep?
Hi folks,
I am using StrRep to encrypt words, but I need a case sensitive StrRep...
Are there any possibilities?
Thanks in advance!
I guess E.3 Word Functions Header would do the trick.
Also, I think if you use StrRep in combination with StrFilterS would do it.
Found a more easier way.
I just replaced StrCmp with StrCmpS ;)