long list of if statements in function creates out of heapsize errors
I had a function with 20+ if statements which kept giving out of heapsize problems.
Transforming this to nested If Else statements fixed it.
Submitted by chris melman on 21 May 2013 at 14:11
Log in to post comments