Limit on nested If...then's or Loops?

Status
Not open for further replies.
Level 14
Joined
Aug 30, 2004
Messages
909
In regular GUI, is there a limit on the number of "If - then" statements that can be nested in a trigger?

I have a For every A from 1 to 50,
then an if then, another if then inside that, and am planning a For every B loop in that...

Is there ever a point where this will blow up and cause errors?
 
IMO... It will be exploded when integer reaches "overflow". Maybe 32767... Or more...

Unless the loop is not an infinite loop, it is safe (i think)
 
Status
Not open for further replies.
Back
Top