PDA

Click to See Complete Forum and Search --> : Permutations....


Sedertree
Aug 31st, 2002, 08:04 AM
I have decided to learn VB for myself.

Two weeks into learning this stuff I am faced with a problem that maybe one or two of you can answer.

I have worked with some open-source code to permute a single array. How would/could I take this to the next level by permuting multiple arrays ie; <begin with array> <end with array>?

I hope that I've provided a clear understanding of what I'm trying to do. Maybe someone has already written the code and I can't find it.

Any help will be greatly appreciated.

..../George

MoMad
Sep 28th, 2002, 10:09 PM
That is a long and painful way of doing it, put everything into an function and call that function as many times as you need to.

Your code can be simplified, post in the general vb section or the games and graphics programming section...