1,2
2,1
in listbox.
or when I enter 3 in numericupdown, it should create
1,2,3 1,3,2 2,1,3 2,3,1 3,1,2 3,2,1 it is like a binary tree, creating all possible options. please help!!!