View Single Post
Old 01-25-2010, 09:23 AM   #43
schwa
Administrator
 
schwa's Avatar
 
Join Date: Mar 2007
Location: NY
Posts: 15,750
Default

FWIW, Reaper will detect the error in this infinite loop and bail out with an error message:

Code:
while True:
  RPR_DoSomething()
schwa is offline   Reply With Quote