Hello,
I am not good in programming. I have the input number only 2, and the POW number like 3 (or up to 13) but the POW number comes with A and B,and I know the Value is 8, but the thing I want it to list like:
POW = 3 ( The line list will depend on the POW number):
1A, 2A, 3A;
1A, 2A, 3B;
1A, 2B, 3A;
1A, 2B, 3B;
etc....
Your help will be very grateful
Regards,
NiceBinny May 26, 2011 at 5:32 PM
Really helped a lot.. thanks :)...keep it up for more things
POWTony January 3, 2012 at 8:59 AM
Hello, I am not good in programming. I have the input number only 2, and the POW number like 3 (or up to 13) but the POW number comes with A and B,and I know the Value is 8, but the thing I want it to list like: POW = 3 ( The line list will depend on the POW number): 1A, 2A, 3A; 1A, 2A, 3B; 1A, 2B, 3A; 1A, 2B, 3B; etc.... Your help will be very grateful Regards,
Post your Comment