Hi there,
I'm having a little problem which I can't figure out, I'm really not having my day I think. I'm hoping someone could help me with this and give me the solution on the following problem:
I need a function which will generate a collection of "codes". These codes will exist out of four characters between "a" and "z", for instance: from "aaaa" till "aadv" (a range of 100 codes). The function should take two parameters, the first would be the code to start from (for instance "aaaa") and the second parameter should be the ammount of codes that should be generated (for instance 100).
I would really appriciate it if someone could help me with this ploblam, I'm on this for the whole day now and I'm really getting nowhere at all.
Thanks in advance,
Maurits
I'm having a little problem which I can't figure out, I'm really not having my day I think. I'm hoping someone could help me with this and give me the solution on the following problem:
I need a function which will generate a collection of "codes". These codes will exist out of four characters between "a" and "z", for instance: from "aaaa" till "aadv" (a range of 100 codes). The function should take two parameters, the first would be the code to start from (for instance "aaaa") and the second parameter should be the ammount of codes that should be generated (for instance 100).
I would really appriciate it if someone could help me with this ploblam, I'm on this for the whole day now and I'm really getting nowhere at all.
Thanks in advance,
Maurits