I was reading a topic recently regarding using recursion to check something and in that thread the poster was complaining that he was getting a stack overflow and the script would shut down. I created a script that all it does is to print a variable on the console of Scite, and then calls itself.
According to the help file, the MaxCallRecurse value is 5200, meaning that the maximum times a function can call itself is 5200 times, the function posted below when run for me on Windows 7 x64 will