|
-
Mar 20th, 2012, 02:07 PM
#1
Thread Starter
Junior Member
[RESOLVED] How do you do permutation with 2 numbers in Visual Basic Express 2008?
If you have two text boxes and when you input two numbers it outputs the permutations in a third text box of the two numbers.
Example: You put 5 in textbox1 and 6 in textbox2
textbox3 outputs:
5,6
6,5
I know this can be done with nested For loops, but I don't know exactly how.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|