andrew_sampson
New Member
- Joined
- Dec 14, 2009
- Messages
- 9
Hi Guys,
I'm really struggling to get the answer to the following question and hope you can help.
I have a list with items 1, 2 and 3.
How can I create a list that gives the following results: 1, 2, 3, 12, 13, 23 & 123
I know I can just use 3 For loops but I want the code to be able to cope with x numbers in the list. For example 1, 2, 3, 4 and 5 or 1, 2, 3, 4, 5, 6, 7, 8 and 9
Any help would be greatly appreciated
I'm really struggling to get the answer to the following question and hope you can help.
I have a list with items 1, 2 and 3.
How can I create a list that gives the following results: 1, 2, 3, 12, 13, 23 & 123
I know I can just use 3 For loops but I want the code to be able to cope with x numbers in the list. For example 1, 2, 3, 4 and 5 or 1, 2, 3, 4, 5, 6, 7, 8 and 9
Any help would be greatly appreciated