View Single Post
Old 01-25-2010, 12:59 PM   #44
Andrej88
Human being with feelings
 
Join Date: Jan 2010
Posts: 6
Default

Quote:
Originally Posted by schwa View Post
FWIW, Reaper will detect the error in this infinite loop and bail out with an error message:

Code:
while True:
  RPR_DoSomething()
True, just tested it. I guess it would be rather difficult to know if a script is running an infinite loop on purpose or by mistake, except in a case like this when it's constantly calling a Reaper action.
Andrej88 is offline   Reply With Quote