Thanks,
but I'm looking for some more diffuicult solution.
I have a list "1,2,3,4,5,6,7,8,9,0,a,b,c,d,,A,B,C,D,?,(,(" and a second with "a,b,c,d,e,f,g,h,i,j,...1,2,3,4,5..."
I now want to replace the things in the first list with the things in a second list. For example 1 becomes a, 2 becomes c etc.
I've already done it wit a text that I sent to a list. Then I replaced the things. (If I only have letters, it works)
But there's somehow a problem, if numbers and letter are mixed. So it comes to a wrong result...
Any idea?