Skip to main content
1-Visitor
March 21, 2016
Question

Nested while loops

  • March 21, 2016
  • 1 reply
  • 7318 views

Hello,

Is there a maximum number of nested while loops allowed in Prime 3.1?

Thank you,

Ken

1 reply

19-Tanzanite
March 21, 2016

Not that I know of. Why do you ask?

kriley1-VisitorAuthor
1-Visitor
March 21, 2016

Hello Richard,

I'm attempting to write an optimization  type program. I have 10 nested  while loops, each varying a variable. I get so far into adding the while statements then I get

"unknown error: mpl%_exception". I'm trying to find my error.

kriley1-VisitorAuthor
1-Visitor
March 21, 2016

I understand. By trace back the error, is there a procedure or sequence for tracing back the error? Do you pull everything out one line at a time until you do not have the error?