jimandjohn
Programmer
hey
i currently have a recursive method, and to find all permutations i have put 'fail' after calling it. However i need to perform another task after finding all the permutations but the program seems to totally end at the fail.
Does anyone know if there any way i can continue after a fail?
i currently have a recursive method, and to find all permutations i have put 'fail' after calling it. However i need to perform another task after finding all the permutations but the program seems to totally end at the fail.
Does anyone know if there any way i can continue after a fail?