in reply to My code randomly stops working

Hi,

where does the script run? Win, Mac, Unix?

Can you look at resource consumption while running? It sounds like your script runs out of resources. E.g. files not closed, variables not freed.

That's the only guess I have without any further information assuming you're right having no errors in your script.

McA

Replies are listed 'Best First'.
Re^2: My code randomly stops working
by newbie1991 (Acolyte) on Mar 27, 2013 at 14:41 UTC
    Script is running in Unix. I've closed files but I'll go over it again, thank you :)

      Show us your code, we show you the errors... ;-)

      McA