Is there a max depth to nested if statements?

oracacle

Senior Member
I think that most of use have used a nested if statement at some point. Normally they would only need to go 2 deep, maybe 3.
Is there a maximum depth of nested if statements as there is with gosubs which is 8 iirc?
 
Top