Hi

I want to change the positions of characters in a string.
Ex: QString x = "341256";
I want to Change the x string from "341256" to "123456";

How can I change the character positions within a string.

Thanks & Regards,
Arun.