Rojo, could not get the code to work, I thought removing lowercase was the solution, but struggled with the code not working.
try for example:
abcdefghijklmnopqrstuvwxyzABC0123456789-.,:;'""?!()
didn't work
capx
I also tested adding only:
find("AabcdefghijklmnopqrstuvwxyzB0123456789-.,:;'""?!()", mid(Text.Text, loopindex, 1))
that should display uppercase A at index0 and uppercase B at index27, right?
see capx
any ideas why?
thanks