Looking for unique number of Base X

Hi Domenico,

have you tested the different versions against speed? In a recent attempt to calculate all primes of a given integer and writing them to a listbox will unnecessary slow down the algorithm. A better approuch is to read al permutations in an array and write them into the listbox after the loop is finished. Look at this post: Prime calculation speed - #7 by MarkusR