Can anybody help me out with creating a script that would calculate all possible combinations of text that is displayed inside a input box?
let's say that we have 12
in the input box. Script reads it, calculates, and prints that this input has 4 possible variations (11, 12, 21, 22).
How can I achieve this?