Hello there,
I am making a SUDOKU generator(ActionScript2.0), which would (for now) generate the full and correct sudoku table. To do that I need to use recursive functions for calculating all the possible values. The problem is that when I try to run my program I get this error :crying: :
256 levels of recursion were exceeded in one action list.
This is probably an infinite loop.
Further execution of actions has been disabled in this movie.
Is it possible to somehow work around this limitation? Any suggestitions, ideas are highly welcome.
Thank you in advance!
Regards,
Psykovsky