please can I ask you because I can't remember :
I want to create a random data of clients with random initials and random number of id's
I have a String s = "ABCD..XYZ";
How do I get the letters into an array (this is the difficult part) and then randomly pick elements and create my data. Thanks.