Sorry if this is the wrong place.
I need a script that makes every possible combo of every length under 50. Like, I have an array called "use" and in that is all the letters I want to use. I want to basically have it create an array called "check" and that array will contain something like this (if in "use" array is "A","B","C"):
On and on till the length reaches variable "length". I'll pay... 75 frih$ for who makes this to the specifications. Thanks!
I need a script that makes every possible combo of every length under 50. Like, I have an array called "use" and in that is all the letters I want to use. I want to basically have it create an array called "check" and that array will contain something like this (if in "use" array is "A","B","C"):
| Code: |
| A
B C AA AB AC BA BB BC CA CB CC AAA AAB AAC ABA ACA |
