in reply to Odd Timing Executing Lines of Code

Do you call the close (or similar named) method of the presentation object? Also, you'd better use the unlink function to avoid unneccessary shelling out.


holli, /regexed monk/

Replies are listed 'Best First'.
Re^2: Odd Timing Executing Lines of Code
by ~~David~~ (Hermit) on Feb 27, 2007 at 17:42 UTC
    You are right, closeing it worked. I tried close on the main file, but I had to close the individual files as well. Thank you,
    ~~David~~