in reply to Re^4: Backdating strict
in thread Backdating strict

I can't recall having ever used reset

I used to regularly use reset at the end of loops to clear variables that were just being used in that loop - but now I use my instead which, I believe, is better practice.