permutation generator help.

C

chandrans

GetPermutation(x + Mid(y, i, 1), Left(y, i - 1) + Right(y, j - i))
the problem I have is, i am not able to understand the above. How
the program works by taking the above arguments. I require an insigh
in to
the above code line
 
A

Alan

chandrans said:
GetPermutation(x + Mid(y, i, 1), Left(y, i - 1) + Right(y, j - i))
the problem I have is, i am not able to understand the above. How
the program works by taking the above arguments. I require an insight
in to
the above code line.


--
chandrans
-------------------------------------------------------------------- ----
chandrans's Profile:
http://www.excelforum.com/member.php?action=getinfo&userid=14360 View
this thread: http://www.excelforum.com/showthread.php?threadid=277340

Perhaps a version issue, but I find no reference to such a function

Is it a UDF perhaps?

Alan.
 
T

Tom Ogilvy

Best way to understand it is to put in some debug print statements or set
some watch variables and step through the code. Last time I modified it,
that is what I did to understand it. Your asking someone to do that for you
and write out a report on the results - seems a little unreasonable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top