Beta 4.4.07 systematically crashes on an old script of mine. The basic flow that triggers the crash is
... menu.showfile ( "file" ) ... quit( do ( "cmd" ) ) Unfortunately I can't dissect any further because when I write the same commands in a separate script file powerpro stops crashing. However, I proved that when I modify the original script in either one of the two ways shown below, powerpro doesn't crash. ; this works ... /* menu.showfile ( "file" ) */ ... quit( do ( "cmd" ) ) AND ; this works ... menu.showfile ( "file" ) ... do ( "cmd" ) quit Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
